| Commit message (Expand) | Author | Age | Files | Lines |
* | slight function call reduction | Mike Bayer | 2008-04-02 | 1 | -37/+32 |
* | - added verbose activity to profiling.function_call_count | Mike Bayer | 2008-04-01 | 1 | -19/+1 |
* | - reverted previous "strings instead of tuples" change due to more specific t... | Mike Bayer | 2008-03-30 | 1 | -8/+6 |
* | using concatenated strings as keys in generated_ids collection; they hash sli... | Mike Bayer | 2008-03-30 | 1 | -6/+8 |
* | - schema-qualified tables now will place the schemaname | Mike Bayer | 2008-03-30 | 1 | -9/+4 |
* | - Added generic func.random (non-standard SQL) | Jason Kirtland | 2008-03-25 | 1 | -0/+1 |
* | Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes... | Catherine Devlin | 2008-03-20 | 1 | -10/+10 |
* | adding zzzeek's patch from ticket #994, which fixed virtually all remaining b... | Catherine Devlin | 2008-03-20 | 1 | -10/+10 |
* | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 1 | -5/+5 |
* | Added support for vendor-extended INSERT syntax like INSERT DELAYED INTO | Jason Kirtland | 2008-03-07 | 1 | -1/+4 |
* | - postgres TIMESTAMP renders correctly [ticket:981] | Mike Bayer | 2008-02-27 | 1 | -2/+2 |
* | - the value of a bindparam() can be a callable, in which | Mike Bayer | 2008-02-22 | 1 | -2/+11 |
* | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 1 | -88/+84 |
* | - fixed bug in result proxy where anonymously generated | Mike Bayer | 2008-02-14 | 1 | -1/+1 |
* | - fixed bug introduced in r4070 where union() and other compound selects woul... | Mike Bayer | 2008-02-12 | 1 | -2/+1 |
* | - Added deferrability support to constraints | Jason Kirtland | 2008-02-08 | 1 | -0/+14 |
* | Fix: deletes with schemas on MSSQL 2000 [ticket:967] | Paul Johnston | 2008-02-08 | 1 | -5/+11 |
* | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 1 | -0/+15 |
* | lock in replacing '%' with '%%' | Mike Bayer | 2008-02-04 | 1 | -1/+2 |
* | - add dummy column to appease older SQLite verisons in unicode.py | Mike Bayer | 2008-02-04 | 1 | -2/+6 |
* | - Oracle assembles the correct columns in the result set | Mike Bayer | 2008-01-19 | 1 | -3/+10 |
* | - some expression fixup: | Mike Bayer | 2008-01-19 | 1 | -2/+2 |
* | fixed NOT ILIKE | Mike Bayer | 2008-01-11 | 1 | -1/+1 |
* | - added "ilike()" operator to column operations. | Mike Bayer | 2008-01-11 | 1 | -1/+1 |
* | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -1/+1 |
* | - changed name of TEXT to Text since its a "generic" type; TEXT name is | Mike Bayer | 2008-01-05 | 1 | -1/+1 |
* | add anonymous labels to function calls | Mike Bayer | 2008-01-04 | 1 | -1/+1 |
* | - further fix to new TypeDecorator, so that subclasses of TypeDecorators work... | Mike Bayer | 2008-01-02 | 1 | -2/+2 |
* | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
* | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 1 | -1/+13 |
* | get most oracle tests in sql working again.... | Mike Bayer | 2007-12-18 | 1 | -0/+1 |
* | - Query.select_from() now replaces all existing FROM criterion with | Mike Bayer | 2007-12-09 | 1 | -1/+1 |
* | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 1 | -15/+13 |
* | changed the anonymous numbering scheme to be more appealing | Mike Bayer | 2007-12-08 | 1 | -5/+6 |
* | fix to unique bind params, you *can* use the same unique bindparam multiple t... | Mike Bayer | 2007-12-07 | 1 | -1/+1 |
* | - generation of "unique" bind parameters has been simplified to use the same | Mike Bayer | 2007-12-06 | 1 | -21/+8 |
* | some more omit schemas for [ticket:890] | Mike Bayer | 2007-12-05 | 1 | -2/+2 |
* | - tables with schemas can still be used in sqlite, firebird, | Mike Bayer | 2007-12-05 | 1 | -1/+1 |
* | - basic framework for generic functions, [ticket:615] | Mike Bayer | 2007-12-05 | 1 | -19/+33 |
* | - relaxed rules on column_property() expressions having labels; any | Mike Bayer | 2007-12-04 | 1 | -1/+1 |
* | OrderedSet to appease the unit tests....need to find a way to get rid of this | Mike Bayer | 2007-11-25 | 1 | -1/+1 |
* | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 1 | -62/+39 |
* | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 1 | -35/+43 |
* | some wide zoomark ranges... | Mike Bayer | 2007-11-18 | 1 | -2/+2 |
* | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 1 | -22/+29 |
* | - fixed remainder of [ticket:853] | Mike Bayer | 2007-11-07 | 1 | -3/+0 |
* | - fix to compiled bind parameters to not mistakenly populate None | Mike Bayer | 2007-11-07 | 1 | -3/+7 |
* | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 1 | -14/+16 |
* | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 1 | -3/+6 |
* | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 1 | -19/+10 |