]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/c-apps/oils_cstore.c
LP 1907921: Add a patron search button to course admin screen
[Evergreen.git] / Open-ILS / src / c-apps / oils_cstore.c
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-03-20 Thomas BerezanskyCall set_audit_info and clear_audit_info DB funcs
2010-05-01 scottmkMoved the datatype lookups from the drones to the liste...
2010-04-30 scottmkUse the oilsConnectDB function to connect to the databa...
2010-04-12 scottmkRestore the ability to set the maximum flesh depth...
2010-04-08 scottmkSplit the cstore servers into several pieces.
2010-04-03 scottmkCreate a separate function for adding datatype information
2010-04-03 scottmkReplace almost all remaining reference to the MODULENAM...
2010-04-02 scottmkReduce dispatchCRUDMethod() to little more than a case...
2010-03-26 mikeradd support for DISTINCT on aggregate function, like...
2010-03-26 scottmkIsolate the "search" and "id_list" methods in their...
2010-03-25 scottmkReduce the use of conditional compilation, by replacing...
2010-03-25 scottmk1. In order to avoid repeated calls to the authenticati...
2010-03-11 scottmk1. Changed search_alias() to an inline function, since...
2010-03-09 scottmkFix a NULL pointer problem that, under some circumstanc...
2010-03-07 scottmkAdded comments; tinkered with white space here and...
2010-03-06 scottmkTidied up white space, mostly by changing indentation...
2010-03-05 scottmk1. In verifyObjectClass(): renamed meta to method_meta...
2010-03-04 scottmkSlightly rearranged the treatment of transaction ids...
2010-03-03 scottmkTidied up white space, mainly by indenting with tabs...
2010-03-03 scottmk1. Encapsulated into a few small functions the manageme...
2010-03-02 scottmkTidied up white space; added comments to several functions.
2010-03-02 scottmk1. Renamed getSourceDefinition() to getRelation(),...
2010-03-01 scottmkTidying up whte space, adding comments. No substantive...
2010-03-01 scottmk1. Fixed a bug in osrfAppInitialize(). After loading...
2010-02-18 scottmkIn doUpdate(): check field_object for NULL before deref...
2009-11-25 scottmkReplace all calls to the old JSON parser with calls
2009-11-09 scottmkMinor tweak to avoid undefined behavior.
2009-10-21 ericksonrolling back 14518 and 14519. thinko
2009-10-21 ericksonrepaired bug in cstore 'might_have' fleshing which...
2009-09-13 scottmkAdded the const qualifier to several variables.
2009-08-18 ericksonfield_type may be null, check it
2009-08-13 scottmkAdd support for UNION, INTERSECT, and EXCEPT.
2009-08-12 scottmkFor create and update methods: accept boolean column...
2009-08-11 scottmkUndo previous change. NULL can be a legitimate value...
2009-08-11 scottmkIn doCreate(): check for a NULL pointer as a field...
2009-08-11 scottmkSegfaulting for json_queries selecting from functions...
2009-08-10 scottmkWhen defining a SELECT list for a given class: an empty
2009-08-07 scottmkFor building a SELECT list for a class: instead of...
2009-08-06 scottmkTightened the rules for defining SELECT clauses for...
2009-08-05 scottmkIn oils_cstore.c, function searchWHERE(): rewrote a...
2009-08-05 scottmkAdded a const qualifier. This change is in preparation...
2009-08-04 scottmkPerformance tweak to oils_cstore.c.
2009-08-03 scottmkPerformance tweak in oils_cstore.c: Recoded two loops...
2009-08-03 scottmkIn the initialization routines of oils_cstore.c: recode...
2009-07-31 scottmkIn oils_cstore.c: accept "is distinct from" and "is...
2009-07-31 scottmkWhen a JSON query refers to a column qualified by a...
2009-07-31 scottmkTightened validation a bit in oils_cstore.c:
2009-07-28 scottmkSupport table aliases other than class names for joined...
2009-07-21 scottmkThis update to oils_cstore.c moves in the direction...
2009-07-15 scottmkIn verifyObjectPCRUD: pull the lookup of the root org_u...
2009-07-14 scottmkFor the id_list methods: build the SELECT clause directly
2009-07-14 scottmkTweaks to oils_cstore.c:
2009-07-07 scottmkMore tinkering with oils_cstore.c:
2009-07-06 scottmkIn oils_cstore.c: converted several iterator loops...
2009-07-05 scottmkMore tweaks to oils_cstore.c:
2009-07-05 scottmkTweaks to osrfAppInitialize() in oils_cstore.c:
2009-07-05 scottmkSeveral tweaks to oils_cstore.c:
2009-07-04 scottmkChange the interface to doFieldMapperSearch(), and...
2009-05-24 scottmkIn SELECT(): Eliminate a sanity check and error message...
2009-05-14 scottmkPerformance tweak for HAVING clause:
2009-05-14 scottmk1. Allow an ORDER BY clause to use a column from a...
2009-05-14 scottmkIn searchJOIN(): abort if recursive call fails.
2009-05-11 scottmkCorrect the way that cstore determines whether a class...
2009-05-05 scottmkQualify the column name with the table alias (i.e....
2009-05-04 scottmkTo plug a memory leak: uncommented a call to jsonObject...
2009-05-04 scottmkAdd support for the tags "transform", "params", and...
2009-05-02 scottmkDetect and report certain malformations in the ORDER...
2009-05-02 scottmkIntroduce a new syntax for specifying an ORDER BY clause
2009-04-30 scottmkEnforce the requirement that the ORDER BY clause be...
2009-04-23 scottmkIn SELECT():
2009-04-16 scottmkIn oils_cstore.c, tightened validation for partial...
2009-04-16 scottmkIn oils_cstore.c: fix autojoin, i.e. the facility for...
2009-04-15 dbsEnable field transforms to be named with a schema;...
2009-04-14 scottmk1. In searchFieldTransform(): make sure that the functi...
2009-04-09 scottmk1. In osrfAppChildInit(): reduce the scope of the attr...
2009-04-07 scottmkIn oils_cstore.c:
2009-03-20 scottmkIn oils_cstore.c: further tightening input validation.
2009-03-19 scottmkIn searchINPredicate function of oils_cstore.c: tighten
2009-03-18 scottmkIn oils_cstore.c:
2009-03-18 scottmkIn searchPredicate(): make sure that there is only one
2009-03-18 scottmkIn oils_cstore.c:
2009-03-17 scottmkImplement a NOT operator, expressed as "-not".
2009-03-16 scottmkCorrect a blunder (trying to free the same memory twice)
2009-03-16 scottmkIn oils_cstore.c:
2009-03-13 scottmkFurther tightened input validation. In all cases where...
2009-03-13 scottmkTightened the input validation in searchWHERE(). It...
2009-03-12 scottmkIn searchWHERE(): plugged a security hole that invited...
2009-03-11 scottmkWhen inserting a literal value into a SELECT statement:
2009-03-03 scottmkWhen fetching "primitive" and "datatype" from the IDL:
2009-03-03 scottmkIn SELECT(): tweak the logic for handling the "aggregat...
2009-02-27 scottmkEnforce the requirement that the "params" tag carry a
2009-02-27 scottmkAdded some kludgy code to load a database driver, and...
2009-02-26 scottmkIn SELECT(): Don't allow virtual fields in the SELECT...
2009-02-25 scottmkIn SELECT(): Use a more efficient algorithm for keeping...
2009-02-25 scottmkEnhance error handling in SELECT(). When a selected...
2009-02-25 scottmkIn SELECT(): Enhanced the validation of JSON queries:
2009-02-25 scottmkEnhance error handling in SELECT(). In two cases,
2009-02-24 scottmkEnhance the error handling in SELECT():
next