]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/include
lp 823496: don't fail to index personal names that have relators
[Evergreen.git] / Open-ILS / include /
2010-07-13 scottmkQstore: support LIMIT and OFFSET clauses.
2010-06-30 scottmk1. Degrade gracefully when the database connection...
2010-06-28 scottmkSupport function calls with subfields, e.g. (func(args...
2010-06-24 scottmk1. Degrade (relatively) gracefully when the database...
2010-06-22 scottmk1. In oils_sql.c: make the functions is_identifier...
2010-06-17 scottmkSupport CAST expressions, taking care to avoid SQL...
2010-06-13 scottmkIn qstore: support CASE expressions.
2010-06-08 scottmk1. Support function calls in the FROM clause.
2010-06-07 scottmkAdded a new login type "persist", as a peer of "opac...
2010-06-06 scottmkNew function oilsUtilsIntervalToSeconds() to translate...
2010-06-01 scottmkAdd support for GROUP BY.
2010-05-31 scottmk1. Add support for function calls. Note that certain...
2010-05-28 scottmkSupport series expressions, i.e. a series of expressions
2010-05-25 scottmkPlug some memory leaks, and eliminate some unnecessary
2010-05-21 scottmkSupport IS NULL and IS NOT NULL expressions.
2010-05-20 scottmkImplement new param_list method, which returns a list of
2010-05-19 scottmkAdd partial support for bind variables: load them from the
2010-05-06 scottmk1. Support negation of an expression (except in a few...
2010-05-01 scottmkMoved the datatype lookups from the drones to the liste...
2010-04-29 scottmk1. Renamed function getRelation to oilsGetRelation.
2010-04-29 scottmkImplement .columns method of qstore server, to return...
2010-04-28 scottmkCreate a reusable function for connecting to the database.
2010-04-28 scottmkEliminated the oilsExecSql function as a relic of an...
2010-04-28 scottmkImplement .execute method of qstore server.
2010-04-19 scottmkFleshing out the qstore server a bit:
2010-04-12 scottmkRestore the ability to set the maximum flesh depth...
2010-04-08 scottmkSplit the cstore servers into several pieces.
2010-03-15 scottmkTidied up whitespace; added comments; removed comments...
2009-02-21 scottmk1. Added two new functions, oilsIDL_links and oilsIDL_f...
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkPrepare for #inclusion in C++
2009-01-08 scottmkMove nested headers into complation guard;
2009-01-08 scottmkAdd compilation guard; prepare for #inclusion in C++
2009-01-08 scottmkAdd compilation guard; prepare for #inclusion in C++.
2008-07-24 ericksonPorted jsonObjectIterator to new jsonIterator API and...
2008-01-31 mikerMissed the header in the last patch (from Scott McKellar)
2008-01-31 mikerPatch from Scott McKellar:
2008-01-22 dbsEnable build via relative header file and library locat...