summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - [feature] The "required" flag is set toMike Bayer2012-08-271-2/+23
* hybrids: illustrate correlated subqueryMike Bayer2012-08-271-5/+62
* removed outdated reference to TINYINT(1) => BOOLEAN reflection in mysql dialectPaul Butler2012-08-271-4/+0
* - add "identifier", can differentiate between "name" rendered and "identifier...Mike Bayer2012-08-261-2/+20
* - tweak the GenericFunction constructor more so that it's action in parsing theMike Bayer2012-08-261-7/+6
* - refine oracle returning some more to use purely positional approachMike Bayer2012-08-252-22/+22
* - more oracle tweaks for returning; the method here is still kind of brittle ...Mike Bayer2012-08-252-6/+9
* a few oracle fixesMike Bayer2012-08-252-3/+5
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-247-33/+83
* - correct the argument signature for GenericFunction to be more predictableMike Bayer2012-08-241-13/+8
* small tweaks to make insert() behavior more consistent, mostly tests, [ticket...Mike Bayer2012-08-232-1/+8
* - [feature] The before_cursor_execute eventMike Bayer2012-08-234-122/+352
* - [bug] Fixed bug whereby usage of a UNIONMike Bayer2012-08-221-7/+11
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-226-44/+60
* - [feature] Enhanced GenericFunction and func.*Mike Bayer2012-08-222-26/+126
* - MySQL's update does work. add some logic to compiler to convert from ORM c...Mike Bayer2012-08-201-3/+7
* - [feature] The Query.update() method is nowMike Bayer2012-08-201-4/+7
* - [feature] The Core oeprator system now includesMike Bayer2012-08-207-31/+217
* - [bug] Fixes to the interpretation of theMike Bayer2012-08-201-8/+44
* - [feature] The prefix_with() method is now availableMike Bayer2012-08-192-82/+86
* - [bug] Lazy loads emitted within flush eventsMike Bayer2012-08-193-12/+20
* tighten this upMike Bayer2012-08-182-58/+9
* versionaddedMike Bayer2012-08-181-2/+2
* - aaaaand fix one more glitch I just thought ofMike Bayer2012-08-181-0/+1
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-188-45/+226
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-176-86/+137
* - modernize most of the postgis example. would like to do [ticket:1534] also.Mike Bayer2012-08-162-2/+14
* _adapt_expression() moves fully to _DefaultColumnComparator which resumesMike Bayer2012-08-163-124/+107
* -we move all the invocation of "_adapt_expression" into TypeEngine.Comparator...Mike Bayer2012-08-162-60/+60
* - we're going to attempt to get the type/operator system to eat its own dogfo...Mike Bayer2012-08-163-28/+35
* docs for custom ops...Mike Bayer2012-08-161-0/+17
* add a note, no autoflush with execute, [ticket:2550]Mike Bayer2012-08-161-0/+2
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-152-2/+93
* things should work fine without thisMike Bayer2012-08-151-7/+0
* - also, this seems like a bug in any case.Mike Bayer2012-08-151-0/+3
* Updated mysqlconnector to support client flags and added character set inform...David McNelis2012-08-151-2/+2
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-148-19/+24
* - for the moment, the default comparisons don't need the ColumnOperator inter...Mike Bayer2012-08-141-15/+9
* - fix concat() operator, testsMike Bayer2012-08-146-43/+83
* - hashableMike Bayer2012-08-131-0/+3
* merge tip.Mike Bayer2012-08-136-9/+9
|\
| * - update engine docstrings due to moveMike Bayer2012-08-136-9/+9
* | docsMike Bayer2012-08-131-0/+98
* | - all tests passMike Bayer2012-08-133-33/+39
* | move the whole thing to TypeEngine. the feature is pretty much for free like...Mike Bayer2012-08-133-89/+70
* | - develop new system of applying custom operators to ColumnElement classes. ...Mike Bayer2012-08-135-133/+183
|/
* - [feature] Adding/removing None from a mapped collectionMike Bayer2012-08-134-13/+23
* - allow compatibility with string ops passed here from custom librariesMike Bayer2012-08-131-0/+4
* - [bug] Fixed compiler bug whereby a givenMike Bayer2012-08-122-5/+6
* - [bug] Fixed bug whereby user error in related-objectMike Bayer2012-08-121-18/+38