]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/c-apps/oils_sql.c
Post-2.5-m1 whitespace fixup
[working/Evergreen.git] / Open-ILS / src / c-apps / oils_sql.c
2013-04-17 Dan ScottPrevent compiler warning about unused numtype var
2013-04-17 Mike RylanderAddress SQL injection vulnerability in SQL ORM layer
2013-01-16 Galen CharltonLP#1098377: protect against even more cstore segfaults
2013-01-16 Bill EricksonVerify savepoint name is non-null
2013-01-16 Dan ScottProtect against overly long savepoint names
2013-01-16 Galen CharltonLP#1098377: sanitize savepoint names
2012-11-08 Mike RylanderMake it possible to suppress IDL fields
2012-10-11 Dan ScottRemove C compiler warning for writeAuditInfo
2012-10-09 Mike RylanderBe more strict about dates we generate
2012-08-22 Bill EricksonSanity check cstore limit/offset param values
2012-05-23 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-05-21 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-04-09 Lebbeous Fogle-WeekleyAvoid too-strict controller checks when fleshing for...
2012-03-21 Mike RylanderShooting 2 obvious thinkos d-e-d dead. Pardon the rogue...
2012-03-20 Thomas BerezanskyCall set_audit_info and clear_audit_info DB funcs
2012-03-19 Mike RylanderVandelay-based record matching and import for Acquisitions
2012-03-19 Bill Ericksonpcrud fleshing bug fixes
2012-03-19 Lebbeous Fogle-WeekleyFix a bug spotted by Jason Stephenson and Thomas Berezansky
2012-03-19 Mike RylanderAdjust controller-requiring logic for pcrud perm-verify...
2012-03-19 Lebbeous Fogle-Weekleypcrud fleshing
2012-01-30 Lebbeous Fogle-WeekleyMerge remote branch 'working/user/dbs/fix-nonfiling...
2012-01-09 Mike RylanderMerge remote-tracking branch 'eg-working/user/berick...
2012-01-04 Mike RylanderTeach cstore et al about predicate-style truth tests...
2011-12-29 Mike RylanderMerge remote-tracking branch 'eg-working/user/dbs/lp894...
2011-12-13 Bill Ericksonjson_query boolean function param support
2011-08-03 Bill EricksonMerge remote branch 'working/user/shadowspar/ttopac...
2011-08-03 Bill EricksonRepaired merge conflicts resuling from ttopac-move...
2011-07-18 Lebbeous Fogle-WeekleyMerge remote branch 'working/collab/phasefx/unified_vol...
2011-07-15 evergreenMerge branch 'master' of git://git.evergreen-ils.org...
2011-07-11 Lebbeous Fogle-WeekleyMerge branch 'template-toolkit-opac' of git://git.everg...
2011-07-11 Mike RylanderMerge branch 'template-toolkit-opac' of git.evergreen...
2011-07-11 Mike RylanderMerge branch 'master' of git.evergreen-ils.org:Evergree...
2011-07-11 Lebbeous Fogle-WeekleyMerge branch 'authority-control-sets-squashed_for_master'
2011-07-11 Mike Rylanderadd a special startwith op for use with transformed...
2011-04-15 Mike RylanderMerge branch 'master' of git+ssh://yeti.esilibrary...
2011-04-15 mikerProtect pcrud-ish retrieve from an empty result set
2011-03-18 berickMerge branch 'opac-tt-poc' of git+ssh://yeti.esilibrary...
2011-03-18 Mike RylanderMerge branch 'opac-tt-poc' of git+ssh://yeti.esilibrary...
2011-03-18 Mike RylanderMerge branch 'master' of git+ssh://yeti.esilibrary...
2011-03-18 mikerAllow the "result_field" to be used as the default...
2011-01-13 gmctrivial typo fixes FTW!
2010-12-23 mikerPatch from Nathanael Schilling protecting cstore/pcrud...
2010-11-10 mikerImproved permission checking speed for PCRUD mode.
2010-10-13 scottmkChanges to the treatment of ORDER BY:
2010-10-12 mikernow that we are working again, hush the warnings (osrfL...
2010-10-12 mikerand ... use a function name that exists
2010-10-12 mikerrearrangement for variable existance
2010-10-12 mikerskip unknown order_by entries instead of erroring
2010-10-11 scottmkPull out into a separate function: the code in SELECT...
2010-10-08 scottmkTidied up buildSELECT() a bit:
2010-08-15 scottmkPedantic changes for const-correctness:
2010-08-11 scottmkPlug some memory leaks.
2010-08-06 scottmkRefine the way we detect loss of the database connection.
2010-07-08 scottmkStreamline pcrud a bit.
2010-07-08 scottmkFix a bug in pcrud.
2010-06-24 scottmk1. Degrade (relatively) gracefully when the database...
2010-06-24 scottmkWhenever a database call fails -- i.e. whenever dbi_con...
2010-06-22 scottmk1. In oils_sql.c: make the functions is_identifier...
2010-06-17 scottmk1. Disable fleshing for PCRUD. Otherwise fleshing...
2010-06-10 scottmkFix a pcrud bug. Create method wasn't working because...
2010-05-27 scottmkBug fix in verifyObjectPCRUD().
2010-05-26 scottmkBug fixes in verifyObjectPCRUD():
2010-05-25 scottmkPlug some memory leaks, and eliminate some unnecessary
2010-05-25 scottmkVarious changes to verifyObjectPCRUD():
2010-05-01 scottmkMoved the datatype lookups from the drones to the liste...
2010-04-29 scottmk1. Renamed function getRelation to oilsGetRelation.
2010-04-28 scottmkCreate a reusable function for connecting to the database.
2010-04-12 scottmkRestore the ability to set the maximum flesh depth...
2010-04-08 scottmkSplit the cstore servers into several pieces.