| 2009-12-07 |
Mike Bayer | - Fixed a needless select which would occur when merging |
commit | commitdiff | tree | snapshot |
| 2009-12-07 |
Mike Bayer | remove unfinished dialects |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Mike Bayer | seriously, this is not 0.6 code ! |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Mike Bayer | add a warning for unported dialects. considered a... |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Mike Bayer | - The Boolean type, when used on a backend that doesn't |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Mike Bayer | - reworked the DDL generation of ENUM and similar to... |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Mike Bayer | remove unneeded _OracleDateTime/_OracleTimestamp cx_ora... |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Mike Bayer | - merged r6526 from 0.5 branch + some additional format... |
commit | commitdiff | tree | snapshot |
| 2009-12-05 |
Mike Bayer | - fixed the import for entrypoint-driven dialects to |
commit | commitdiff | tree | snapshot |
| 2009-12-04 |
Mike Bayer | - an explicit check occurs when a synonym() is used... |
commit | commitdiff | tree | snapshot |
| 2009-12-03 |
Mike Bayer | - The cursor associated with connection pool connections |
commit | commitdiff | tree | snapshot |
| 2009-11-30 |
Mike Bayer | primaryjoin/secondaryjoin accept ColumnElement, docs... |
commit | commitdiff | tree | snapshot |
| 2009-11-28 |
Gaëtan de Menten | - changed a few isinstance(value, Decimal) to "is not... |
commit | commitdiff | tree | snapshot |
| 2009-11-25 |
Mike Bayer | - relation primaryjoin and secondaryjoin now check... |
commit | commitdiff | tree | snapshot |
| 2009-11-24 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2009-11-24 |
Mike Bayer | test fails on zxjdbc |
commit | commitdiff | tree | snapshot |
| 2009-11-23 |
Gaëtan de Menten | Prelookup codec in the String result processor for... |
commit | commitdiff | tree | snapshot |
| 2009-11-22 |
Mike Bayer | add NATIONAL CHAR test |
commit | commitdiff | tree | snapshot |
| 2009-11-22 |
Mike Bayer | - VARCHAR/NVARCHAR will not render without a length... |
commit | commitdiff | tree | snapshot |
| 2009-11-21 |
Mike Bayer | add an interesting from_statement() format |
commit | commitdiff | tree | snapshot |
| 2009-11-17 |
Gaëtan de Menten | revert part of the change of r6510 because "select... |
commit | commitdiff | tree | snapshot |
| 2009-11-17 |
Gaëtan de Menten | - sqlite |
commit | commitdiff | tree | snapshot |
| 2009-11-17 |
Gaëtan de Menten | minor speed optimization in String result_processor... |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Gaëtan de Menten | minor speed optimization for PGArray bind & result... |
commit | commitdiff | tree | snapshot |
| 2009-11-15 |
Mike Bayer | - Fixed bug whereby composite columns wouldn't load... |
commit | commitdiff | tree | snapshot |
| 2009-11-15 |
Mike Bayer | merge r6504 from 0.5 plus an enhancement to the unit... |
commit | commitdiff | tree | snapshot |
| 2009-11-15 |
Mike Bayer | - Removed unused `load()` method from ShardedQuery. |
commit | commitdiff | tree | snapshot |
| 2009-11-15 |
Mike Bayer | start relying on new unicode detection fully - remove... |
commit | commitdiff | tree | snapshot |
| 2009-11-15 |
Mike Bayer | - pg8000 + postgresql dialects now check for float... |
commit | commitdiff | tree | snapshot |
| 2009-11-12 |
Mike Bayer | fix StaticPool [ticket:1615] |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Mike Bayer | merge r6497 of 0.5 branch |
commit | commitdiff | tree | snapshot |
| 2009-11-10 |
Mike Bayer | reduce some call overhead |
commit | commitdiff | tree | snapshot |
| 2009-11-10 |
Mike Bayer | scan for autocommit based on text() specific flag,... |
commit | commitdiff | tree | snapshot |
| 2009-11-10 |
Mike Bayer | - new oursql dialect added. [ticket:1613] |
commit | commitdiff | tree | snapshot |
| 2009-11-10 |
Mike Bayer | dont run sqlsoup test on jython |
commit | commitdiff | tree | snapshot |
| 2009-11-10 |
Mike Bayer | - subclassed Function off of new FunctionElement generi... |
commit | commitdiff | tree | snapshot |
| 2009-11-10 |
Mike Bayer | test fix, [ticket:1595] |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Mike Bayer | - ForeignKey(constraint=some_parent) is now private... |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Mike Bayer | - query.get() can be used with a mapping to an outer... |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Mike Bayer | add test for map explicit Table |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Mike Bayer | - added a real unit test for sqlsoup |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Mike Bayer | moved modified_event() calls below the attribute extens... |
commit | commitdiff | tree | snapshot |
| 2009-11-06 |
Mike Bayer | allow setattr() access to _CursorFairy directly, thereb... |
commit | commitdiff | tree | snapshot |
| 2009-11-06 |
Mike Bayer | supports unicode binds in PG too. even without the... |
commit | commitdiff | tree | snapshot |
| 2009-11-05 |
Gaëtan de Menten | Within NamedTuple, izip is faster on most cases, and... |
commit | commitdiff | tree | snapshot |
| 2009-11-04 |
Gaëtan de Menten | use list comprehension instead of generator as it is... |
commit | commitdiff | tree | snapshot |
| 2009-11-04 |
Mike Bayer | - Fixed bug in two-phase transaction whereby commit... |
commit | commitdiff | tree | snapshot |
| 2009-11-04 |
Mike Bayer | - Fixed bug where Query would crash if a join() with... |
commit | commitdiff | tree | snapshot |
| 2009-11-04 |
Gaëtan de Menten | Using generators for small lists is highly inefficient... |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Mike Bayer | - simplify default schema name test |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Mike Bayer | fix MySQL initialize to use defaultdialect first |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Mike Bayer | - The "start" and "increment" attributes on Sequence now |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Mike Bayer | - Connection pool logging now uses both INFO and DEBUG |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Mike Bayer | - dialect.get_default_schema_name(connection) is now |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Gaëtan de Menten | * tweaked PickleType result_processor and bind_process... |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Gaëtan de Menten | rewrote PickleType bind_processor and result_processors... |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Mike Bayer | - Fixed the call to get_committed_value() on CompositeP... |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Mike Bayer | revert r6466 |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Mike Bayer | - Fixed the call to get_committed_value() on CompositeP... |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Mike Bayer | added a test for #1349 |
commit | commitdiff | tree | snapshot |
| 2009-11-02 |
Mike Bayer | omit this test for non-oracle |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Mike Bayer | fix adapt() so that DB-specified typedecorator replacem... |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Mike Bayer | - INTERVAL supports an optional "precision" argument |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Mike Bayer | - filter out SYS_NC\d+$ columns [ticket:1513] |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Mike Bayer | added test for [ticket:1450] |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Mike Bayer | add "dialect" to the __all__ of each root dialect package |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Mike Bayer | - added py3k and "OS Independent" classifiers |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Mike Bayer | - the `__contains__()` method of `MetaData` now accepts |
commit | commitdiff | tree | snapshot |
| 2009-10-30 |
Gaëtan de Menten | get more speed out of the Time type on Mysql |
commit | commitdiff | tree | snapshot |
| 2009-10-30 |
Gaëtan de Menten | get a bit more speed out of datetime and LOB-based... |
commit | commitdiff | tree | snapshot |
| 2009-10-30 |
Gaëtan de Menten | added comment so that other people don't spend their... |
commit | commitdiff | tree | snapshot |
| 2009-10-30 |
Gaëtan de Menten | minor speed improvement on date, datetime and time... |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Gaëtan de Menten | large speed improvement of the Interval type on non... |
commit | commitdiff | tree | snapshot |
| 2009-10-29 |
Gaëtan de Menten | slightly sped-up Binary type, PickleType and all TypeDe... |
commit | commitdiff | tree | snapshot |
| 2009-10-28 |
Mike Bayer | added docs to case() illusrtating usage of `literal_col... |
commit | commitdiff | tree | snapshot |
| 2009-10-27 |
Gaëtan de Menten | partially PEP8-ified informix dialect |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Mike Bayer | no native unicode for mysql + zxjdbc |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Mike Bayer | whats up with the native_unicode test on jython |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Mike Bayer | test fixes |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Mike Bayer | oracle test fixes |
commit | commitdiff | tree | snapshot |
| 2009-10-26 |
Mike Bayer | - The psycopg2 dialect now uses psycopg2's "unicode... |
commit | commitdiff | tree | snapshot |
| 2009-10-25 |
Mike Bayer | - generalized Enum to issue a CHECK constraint + VARCHA... |
commit | commitdiff | tree | snapshot |
| 2009-10-25 |
Mike Bayer | well great nobody even supports PG enum. |
commit | commitdiff | tree | snapshot |
| 2009-10-25 |
Mike Bayer | - Using a "dynamic" loader with a "secondary" table... |
commit | commitdiff | tree | snapshot |
| 2009-10-25 |
Mike Bayer | fix errant 2.6ism |
commit | commitdiff | tree | snapshot |
| 2009-10-25 |
Mike Bayer | - Fixed a slight inaccuracy in the sharding example. |
commit | commitdiff | tree | snapshot |
| 2009-10-25 |
Mike Bayer | - Added new ENUM type to the Postgresql dialect, which... |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Mike Bayer | - apply ged's suggested optimization of not needlessly... |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Mike Bayer | fix some 2.4 callcounts |
commit | commitdiff | tree | snapshot |
| 2009-10-24 |
Mike Bayer | - ResultProxy internals have been overhauled to greatly... |
commit | commitdiff | tree | snapshot |
| 2009-10-23 |
Mike Bayer | update counts for 2.4 |
commit | commitdiff | tree | snapshot |
| 2009-10-23 |
Mike Bayer | - Mutable collection passed to the "extension" attribute |
commit | commitdiff | tree | snapshot |
| 2009-10-23 |
Mike Bayer | - insert() and update() constructs can now embed... |
commit | commitdiff | tree | snapshot |
| 2009-10-22 |
Michael Trier | Removed references to sequence in MSSQL |
commit | commitdiff | tree | snapshot |
| 2009-10-21 |
Mike Bayer | - RETURNING is supported by 8.2+ |
commit | commitdiff | tree | snapshot |
| 2009-10-21 |
Mike Bayer | - Corrected the "has_sequence" query to take current... |
commit | commitdiff | tree | snapshot |
| 2009-10-21 |
Mike Bayer | some cleanup |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Mike Bayer | merged scopefunc patch from r6420 of 0.5 branch |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Mike Bayer | merge r6418 from 0.5, dedupe expressions on clause... |
commit | commitdiff | tree | snapshot |
| 2009-10-20 |
Mike Bayer | merged r6416 of 0.5 branch, fix the "numeric" paramstyl... |
commit | commitdiff | tree | snapshot |
| next |