]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/c-apps/oils_sql.c
Merge remote branch 'working/user/shadowspar/ttopac-altcleanup' into template-toolkit...
[Evergreen.git] / Open-ILS / src / c-apps / oils_sql.c
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.