]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/c-apps/oils_cstore.c
Split the cstore servers into several pieces.
[working/Evergreen.git] / Open-ILS / src / c-apps / oils_cstore.c
2009-02-19 scottmkIn searchJOIN: substantially rewrote the code for the...
2009-02-18 scottmksearchJOIN() was segfaulting when the FROM clause was of
2009-02-17 scottmkIn searchJOIN(): added a bit of sanity checking, to...
2009-02-17 scottmkOpened a window into the innards of oils_cstore.c.
2009-02-15 scottmk1. in searchJOIN(): fixed a bug in a couple of loops...
2009-02-12 scottmkPass down an osrfMethodContext* where we need one.
2009-02-12 mikeradding IN subquery support
2009-02-11 scottmk1. Corrected the enforcement of the readonly attribute...
2009-02-11 mikerfix off-by-one on function literal construction (for...
2009-02-11 scottmk1. Applied a uniform standard to determine whether...
2009-02-10 scottmkMiscellaneous tweaks:
2009-02-08 scottmkMore tweaks, mostly to SELECT():
2009-02-06 scottmkMiscellaneous tweaks:
2009-02-05 scottmkVarious tweaks, mainly to the SELECT function.
2009-02-04 scottmkIn SELECT(): further rewrote, and festooned with commen...
2009-02-04 scottmkIn SELECT(): simplify and clarify the logic for buildin...
2009-02-04 scottmkThis update tweaks the SELECT function, at the point...
2009-02-03 scottmkMinor tweaks to the SELECT function:
2009-02-03 scottmkAdded a couple of sanity checks to SELECT(). Return...
2009-02-01 scottmkReplaced all occurrences of the macro OSRF_METHOD_VERIF...
2009-02-01 scottmkRearranged a bit for clarity.
2009-01-30 mikerteaching the pcrud personallity of cstore how to use...
2009-01-28 mikercan not retrieve an object before we create it ......
2009-01-17 mikerreversed logic ... DOH
2009-01-11 scottmkThis update further streamlines the function osrfAppIni...
2009-01-06 scottmkReplaced all trivial uses of buffer_fadd() with the...
2009-01-06 scottmkReplaced all occurrences of buffer_data() with the...
2009-01-06 mikerminor spacing adjustment
2009-01-06 mikerforce no_i18n mode for id_list queries; simplify "selec...
2009-01-06 mikerdo not fetch from the db for retrieve-type methods...
2009-01-06 mikerAlways check the database version of the object for...
2009-01-05 scottmkThis update is a minor performance tweak. It replaces...
2009-01-02 mikerchanging opensrf response codes on general pcrud failur...
2008-12-17 mikermight be an object instead of a pkey
2008-12-17 mikerbad pkey parsing for update and delete return values
2008-12-17 mikerclone the object instead of serializing and then parsing
2008-12-16 miker#ifdef typo and a little refactoring
2008-12-15 mikerfix type (pointer * missing); rearange vars to avoid...
2008-12-15 mikeralign api with Permacrud.pm; protect transaction and...
2008-12-15 mikertry building a new param array instead of removing...
2008-12-15 mikerfixing debugging message so that it is useful for debugging
2008-12-15 mikermore WHERE clause debugging
2008-12-15 mikerWHERE clause debugging
2008-12-15 mikerallow registration of search and idlist methods
2008-12-15 mikerfreeing too much, leads to undefined behavior and event...
2008-12-15 mikerbad array index variable in foreign context field loop
2008-12-15 mikervariable cleanup; more error reporting to the client...
2008-12-15 mikertypo ... how did I manage that one?
2008-12-15 mikergive doFieldmapperSearch the proper class hash for...
2008-12-15 mikerlog context fields during perm checks
2008-12-15 mikerreport lack of permissions to client
2008-12-15 mikerpull the first result row into the result object
2008-12-15 mikerjust one more debug log line
2008-12-15 mikermore debug logging
2008-12-15 mikermore debug logging
2008-12-15 mikerproper param format
2008-12-15 mikerarg, bad cast
2008-12-15 mikertypo in idl parser; more pcrud debugging
2008-12-15 mikeryet more debugging
2008-12-15 mikermore logging and debugging
2008-12-15 mikertest for user-ness
2008-12-15 mikerdoh, typo
2008-12-15 mikersome debugging info (and inexplicable spacing chagnes)
2008-12-15 mikerplug that leak
2008-12-14 mikerchecking for a foreign context first
2008-12-14 mikerfixing warning on #endif syntax
2008-12-14 mikerreturn true if no permissions are specified
2008-12-14 mikerC port of the permacrud service. This touches a lot...
2008-11-14 mikeradd NOT EXISTS counterpart to EXISTS
2008-11-13 mikerclearer logic, because I obviously got it wrong .....
2008-11-13 mikersafer version of previous update
2008-11-13 mikerdoh! logic reversal in cstore
2008-11-13 mikermake aggregate and no_i18n flags perl friendly
2008-11-11 mikeradding subselect support (do not add semicolons to...
2008-11-11 mikeradding EXISTS support
2008-08-06 mikerallow NULL as a parameter in transforms and FROM clause...
2008-08-01 mikeradd support for selecting from a function, given the...
2008-07-24 ericksonPorted jsonObjectIterator to new jsonIterator API and...
2008-05-30 ericksonadded check to make sure the db handle is not double...
2008-04-17 mikeruse the class hint for the fully qualified field name...
2008-04-13 dbsdbi_get_result_long is deprecated; using dbi_get_result...
2008-04-12 mikerPatch from Scott McKellar to use new osrfHash iterator...
2008-03-24 mikeruse gmtime for time-only calc
2008-03-24 mikeradd timezone info to times -- only used currently for...
2008-03-24 mikeradd timezone info to times -- only used currently for...
2008-03-24 mikerprotect against null params to transforms in SQL
2008-03-16 mikerMemory leak plugging from Scott McKellar
2008-03-10 mikerPatch from Scott McKellar:
2008-02-19 ericksonRemoving some dead code
2008-02-11 mikerPatch from Scott McKellar which plugs a couple of memor...
2008-02-07 mikerfixing readonly IDL logic
2008-02-03 mikerPatch from Scott McKellar:
2008-02-01 mikerit's the little things that getcha .... typo
2008-02-01 mikersubcolumn redux: need to wrap the function call in...
2008-02-01 mikergive cstore the ability to select a subcolumn from...
2008-01-31 ericksonduping method_type before using it as a data in the...
2008-01-31 mikermoving dedup to just where it is needed
2008-01-31 mikerPatch from Scott McKellar plugging several pointer...
2008-01-25 mikermake flags accept 0/1 as well as false/true
2007-12-09 mikerslowly adding back the iterator cleanup
next