| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixed reflection of unicode, [ticket:881] | Mike Bayer | 2007-11-27 | 1 | -6/+9 |
* | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 1 | -5/+13 |
* | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 1 | -1/+1 |
* | - inlined a couple of context variables | Mike Bayer | 2007-10-27 | 1 | -3/+3 |
* | - removed regular expression step from most statement compilations. | Mike Bayer | 2007-10-27 | 1 | -14/+18 |
* | Added support for dialects that have both sequences and autoincrementing PKs. | Jason Kirtland | 2007-10-23 | 1 | -1/+2 |
* | - PG reflection, upon seeing the default schema name being used explicitly | Mike Bayer | 2007-10-14 | 1 | -0/+5 |
* | Snipped another generator expression. | Jason Kirtland | 2007-10-13 | 1 | -1/+2 |
* | make two-phase transactions work a bit better by letting psycopg do whatever ... | Ants Aasma | 2007-10-10 | 1 | -0/+2 |
* | - a better fix for [ticket:810]. The cause was two phase commit/rollback not ... | Ants Aasma | 2007-10-08 | 1 | -3/+2 |
* | - fix multiple consequent two phase transactions not working with postgres. F... | Ants Aasma | 2007-10-08 | 1 | -0/+3 |
* | - move PG RETURNING tests to postgres dialect test | Mike Bayer | 2007-10-04 | 1 | -0/+7 |
* | Made the regexp detecting the returning token more readable and fixed a coupl... | Ants Aasma | 2007-10-03 | 1 | -2/+13 |
* | add support for returning results from inserts and updates for postgresql 8.2... | Ants Aasma | 2007-10-02 | 1 | -3/+47 |
* | removed unused _fold_identifier_case method | Mike Bayer | 2007-10-02 | 1 | -3/+0 |
* | Make the postgres_where attribute to Index private to postgres module by usin... | Ants Aasma | 2007-10-01 | 1 | -2/+11 |
* | - added partial index support for postgres | Ants Aasma | 2007-09-29 | 1 | -1/+17 |
* | - adjust server side logic to work with standalone default execution | Mike Bayer | 2007-09-27 | 1 | -5/+9 |
* | - added "FETCH" to the keywords detected by Postgres to indicate a result-row... | Mike Bayer | 2007-09-26 | 1 | -0/+7 |
* | sequence pre-executes dont create an ExecutionContext, use straight cursor | Mike Bayer | 2007-09-01 | 1 | -4/+4 |
* | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 1 | -3/+1 |
* | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -14/+11 |
* | engine.url cleanups [ticket:742] | Jason Kirtland | 2007-08-29 | 1 | -1/+1 |
* | - added **modifiers to _get_from_objects | Mike Bayer | 2007-08-22 | 1 | -8/+7 |
* | - method call removal | Mike Bayer | 2007-08-20 | 1 | -4/+5 |
* | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -28/+20 |
* | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -1/+1 |
* | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 1 | -25/+43 |
* | - fixes to PG unicode table/sequence reflection/create/drops | Mike Bayer | 2007-08-10 | 1 | -3/+3 |
* | - added 'object_session' as classlevel method to Session | Mike Bayer | 2007-08-09 | 1 | -1/+3 |
* | - fixed table_names for postgres to return as dialect.encoding-decoded unicod... | Mike Bayer | 2007-08-03 | 1 | -1/+1 |
* | Remove unused mxDateTime | Jason Kirtland | 2007-08-01 | 1 | -5/+0 |
* | Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f... | Jason Kirtland | 2007-08-01 | 1 | -3/+2 |
* | - assurances that context.connection is safe to use by column default functio... | Mike Bayer | 2007-07-31 | 1 | -2/+2 |
* | r/m information_schema from pg | Jonathan Ellis | 2007-07-29 | 1 | -163/+164 |
* | engine.table_names() | Jonathan Ellis | 2007-07-29 | 1 | -0/+3 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -156/+137 |
* | - fixed max identifier length on postgres (63) [ticket:571] | Gaƫtan de Menten | 2007-07-17 | 1 | -1/+1 |
* | - more docs | Mike Bayer | 2007-07-15 | 1 | -1/+1 |
* | dont cache reflected domains, lookup each time | Mike Bayer | 2007-07-12 | 1 | -4/+1 |
* | postgres: | Mike Bayer | 2007-06-29 | 1 | -4/+68 |
* | fix #624, modulo operator escaping on mysql and postgres | Ants Aasma | 2007-06-26 | 1 | -0/+2 |
* | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -9/+11 |
* | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -5/+5 |
* | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 1 | -12/+10 |
* | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 1 | -0/+13 |
* | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -77/+61 |
* | latest #214 fixups | Mike Bayer | 2007-03-31 | 1 | -1/+1 |
* | thank you, SVN, for being completely idiotic and non-intutive. rolling back i... | Mike Bayer | 2007-03-30 | 1 | -5/+8 |
* | current progress with exec branch | Mike Bayer | 2007-03-29 | 1 | -8/+5 |