| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - fixed INSERT statements w.r.t. primary key columns that have SQL-expression | Mike Bayer | 2007-10-28 | 1 | -5/+8 |
| * | - removed regular expression step from most statement compilations. | Mike Bayer | 2007-10-27 | 1 | -37/+27 |
| * | Added support for dialects that have both sequences and autoincrementing PKs. | Jason Kirtland | 2007-10-23 | 1 | -3/+9 |
| * | - Fixed SQL compiler's awareness of top-level column labels as used | Mike Bayer | 2007-10-16 | 1 | -2/+2 |
| * | Fix broken update/delete queries on MSSQL when tables have a schema | Paul Johnston | 2007-10-12 | 1 | -2/+3 |
| * | - Cleaned up visit_insert a bit, inserts are ~3% faster now. | Jason Kirtland | 2007-10-08 | 1 | -4/+7 |
| * | - fix to anonymous label generation of long table/column names [ticket:806] | Mike Bayer | 2007-10-07 | 1 | -1/+1 |
| * | removed unused _fold_identifier_case method | Mike Bayer | 2007-10-02 | 1 | -12/+0 |
| * | - The IdentifierPreprarer's _requires_quotes test is now regex based. | Jason Kirtland | 2007-09-27 | 1 | -9/+7 |
| * | - added "schema" argument to Sequence; use this with Postgres /Oracle when th... | Mike Bayer | 2007-09-22 | 1 | -2/+5 |
| * | - column defaults and onupdates, executing inline, will add parenthesis | Mike Bayer | 2007-09-06 | 1 | -2/+2 |
| * | remove unused method | Mike Bayer | 2007-09-04 | 1 | -6/+0 |
| * | - took out method calls for oid_column | Mike Bayer | 2007-09-04 | 1 | -3/+3 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 1 | -16/+10 |
| * | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 1 | -4/+1 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -18/+12 |
| * | whats a big commit without some errant print statements ? :) | Mike Bayer | 2007-09-01 | 1 | -1/+0 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -52/+56 |
| * | Inlined ClauseParameters.set_parameter (simple assignment) in construct_params | Jason Kirtland | 2007-08-21 | 1 | -2/+3 |
| * | tweak that construct_params optimization, one of the adjustments wasn't needed | Jason Kirtland | 2007-08-21 | 1 | -4/+1 |
| * | A couple critical path optimizations | Jason Kirtland | 2007-08-21 | 1 | -5/+10 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 1 | -55/+43 |
| * | an early out processing insert/update column parameters was a bit too early. | Ants Aasma | 2007-08-19 | 1 | -5/+5 |
| * | light docstring tweaks to the pool | Jason Kirtland | 2007-08-19 | 1 | -1/+1 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -0/+1114 |