2009-11-03 |
Mike Bayer | - dialect.get_default_schema_name(connection) is now |
commit | commitdiff | tree |
2009-11-03 |
Gaëtan de Menten | * tweaked PickleType result_processor and bind_process... |
commit | commitdiff | tree |
2009-11-03 |
Gaëtan de Menten | rewrote PickleType bind_processor and result_processors... |
commit | commitdiff | tree |
2009-11-03 |
Mike Bayer | - Fixed the call to get_committed_value() on CompositeP... |
commit | commitdiff | tree |
2009-11-03 |
Mike Bayer | revert r6466 |
commit | commitdiff | tree |
2009-11-03 |
Mike Bayer | - Fixed the call to get_committed_value() on CompositeP... |
commit | commitdiff | tree |
2009-11-03 |
Mike Bayer | added a test for #1349 |
commit | commitdiff | tree |
2009-11-02 |
Mike Bayer | omit this test for non-oracle |
commit | commitdiff | tree |
2009-11-01 |
Mike Bayer | fix adapt() so that DB-specified typedecorator replacem... |
commit | commitdiff | tree |
2009-11-01 |
Mike Bayer | - INTERVAL supports an optional "precision" argument |
commit | commitdiff | tree |
2009-11-01 |
Mike Bayer | - filter out SYS_NC\d+$ columns [ticket:1513] |
commit | commitdiff | tree |
2009-11-01 |
Mike Bayer | added test for [ticket:1450] |
commit | commitdiff | tree |
2009-11-01 |
Mike Bayer | add "dialect" to the __all__ of each root dialect package |
commit | commitdiff | tree |
2009-11-01 |
Mike Bayer | - added py3k and "OS Independent" classifiers |
commit | commitdiff | tree |
2009-11-01 |
Mike Bayer | - the `__contains__()` method of `MetaData` now accepts |
commit | commitdiff | tree |
2009-10-30 |
Gaëtan de Menten | get more speed out of the Time type on Mysql |
commit | commitdiff | tree |
2009-10-30 |
Gaëtan de Menten | get a bit more speed out of datetime and LOB-based... |
commit | commitdiff | tree |
2009-10-30 |
Gaëtan de Menten | added comment so that other people don't spend their... |
commit | commitdiff | tree |
2009-10-30 |
Gaëtan de Menten | minor speed improvement on date, datetime and time... |
commit | commitdiff | tree |
2009-10-29 |
Gaëtan de Menten | large speed improvement of the Interval type on non... |
commit | commitdiff | tree |
2009-10-29 |
Gaëtan de Menten | slightly sped-up Binary type, PickleType and all TypeDe... |
commit | commitdiff | tree |
2009-10-28 |
Mike Bayer | added docs to case() illusrtating usage of `literal_col... |
commit | commitdiff | tree |
2009-10-27 |
Gaëtan de Menten | partially PEP8-ified informix dialect |
commit | commitdiff | tree |
2009-10-26 |
Mike Bayer | no native unicode for mysql + zxjdbc |
commit | commitdiff | tree |
2009-10-26 |
Mike Bayer | whats up with the native_unicode test on jython |
commit | commitdiff | tree |
2009-10-26 |
Mike Bayer | test fixes |
commit | commitdiff | tree |
2009-10-26 |
Mike Bayer | oracle test fixes |
commit | commitdiff | tree |
2009-10-26 |
Mike Bayer | - The psycopg2 dialect now uses psycopg2's "unicode... |
commit | commitdiff | tree |
2009-10-25 |
Mike Bayer | - generalized Enum to issue a CHECK constraint + VARCHA... |
commit | commitdiff | tree |
2009-10-25 |
Mike Bayer | well great nobody even supports PG enum. |
commit | commitdiff | tree |
2009-10-25 |
Mike Bayer | - Using a "dynamic" loader with a "secondary" table... |
commit | commitdiff | tree |
2009-10-25 |
Mike Bayer | fix errant 2.6ism |
commit | commitdiff | tree |
2009-10-25 |
Mike Bayer | - Fixed a slight inaccuracy in the sharding example. |
commit | commitdiff | tree |
2009-10-25 |
Mike Bayer | - Added new ENUM type to the Postgresql dialect, which... |
commit | commitdiff | tree |
2009-10-24 |
Mike Bayer | - apply ged's suggested optimization of not needlessly... |
commit | commitdiff | tree |
2009-10-24 |
Mike Bayer | fix some 2.4 callcounts |
commit | commitdiff | tree |
2009-10-24 |
Mike Bayer | - ResultProxy internals have been overhauled to greatly... |
commit | commitdiff | tree |
2009-10-23 |
Mike Bayer | update counts for 2.4 |
commit | commitdiff | tree |
2009-10-23 |
Mike Bayer | - Mutable collection passed to the "extension" attribute |
commit | commitdiff | tree |
2009-10-23 |
Mike Bayer | - insert() and update() constructs can now embed... |
commit | commitdiff | tree |
2009-10-22 |
Michael Trier | Removed references to sequence in MSSQL |
commit | commitdiff | tree |
2009-10-21 |
Mike Bayer | - RETURNING is supported by 8.2+ |
commit | commitdiff | tree |
2009-10-21 |
Mike Bayer | - Corrected the "has_sequence" query to take current... |
commit | commitdiff | tree |
2009-10-21 |
Mike Bayer | some cleanup |
commit | commitdiff | tree |
2009-10-20 |
Mike Bayer | merged scopefunc patch from r6420 of 0.5 branch |
commit | commitdiff | tree |
2009-10-20 |
Mike Bayer | merge r6418 from 0.5, dedupe expressions on clause... |
commit | commitdiff | tree |
2009-10-20 |
Mike Bayer | merged r6416 of 0.5 branch, fix the "numeric" paramstyl... |
commit | commitdiff | tree |
2009-10-19 |
Lele Gaifax | Fix reST markup |
commit | commitdiff | tree |
2009-10-19 |
Lele Gaifax | Modernise doc about returning() support |
commit | commitdiff | tree |
2009-10-18 |
Mike Bayer | attempt to fix some jython ordering annoyingness |
commit | commitdiff | tree |
2009-10-18 |
Mike Bayer | - the behavior of eagerloading such that the main query is |
commit | commitdiff | tree |
2009-10-18 |
Mike Bayer | - added a flag to relation(), eagerload(), and eagerloa... |
commit | commitdiff | tree |
2009-10-18 |
Mike Bayer | - initial MySQL Connector/Python driver |
commit | commitdiff | tree |
2009-10-18 |
Mike Bayer | gratuitous try/except/else usage |
commit | commitdiff | tree |
2009-10-18 |
Mike Bayer | fix MySQL tests |
commit | commitdiff | tree |
2009-10-15 |
Mike Bayer | deprecations per [ticket:1498]: |
commit | commitdiff | tree |
2009-10-15 |
Mike Bayer | - Added BigInteger to global imports |
commit | commitdiff | tree |
2009-10-15 |
Mike Bayer | - setting echo=False on create_engine() now sets the... |
commit | commitdiff | tree |
2009-10-15 |
Mike Bayer | - A column can be added to a joined-table declarative |
commit | commitdiff | tree |
2009-10-15 |
Mike Bayer | - query.from_self(), query.union(), others which do a |
commit | commitdiff | tree |
2009-10-15 |
Mike Bayer | - mapping to a select() construct now requires that you |
commit | commitdiff | tree |
2009-10-15 |
Mike Bayer | - an executemany() now requires that all bound parameter |
commit | commitdiff | tree |
2009-10-15 |
Mike Bayer | - DefaultRunner and subclasses have been removed. ... |
commit | commitdiff | tree |
2009-10-14 |
Mike Bayer | remove instanceof() in favor of memoized flags, part... |
commit | commitdiff | tree |
2009-10-12 |
Mike Bayer | - `expression.null()` is fully understood the same way |
commit | commitdiff | tree |
2009-10-12 |
Mike Bayer | fix SQL output |
commit | commitdiff | tree |
2009-10-12 |
Mike Bayer | - added "ddl" argument to the "on" callable of DDLEleme... |
commit | commitdiff | tree |
2009-10-11 |
Mike Bayer | - RowProxy objects are now pickleable, i.e. the object... |
commit | commitdiff | tree |
2009-10-10 |
Mike Bayer | export UPPERCASE types as "from sqlalchemy.dialects... |
commit | commitdiff | tree |
2009-10-10 |
Mike Bayer | - the setuptools entrypoint for external dialects is now |
commit | commitdiff | tree |
2009-10-10 |
Mike Bayer | - unit test fixes |
commit | commitdiff | tree |
2009-10-05 |
Mike Bayer | - the mechanics of "backref" have been fully merged... |
commit | commitdiff | tree |
2009-10-05 |
Mike Bayer | changelog re [ticket:1561] |
commit | commitdiff | tree |
2009-10-05 |
Michael Trier | Corrected problem with a Trusted Connection under MSSQL... |
commit | commitdiff | tree |
2009-10-03 |
Mike Bayer | - usage of the CHAR type results in cx_oracle's |
commit | commitdiff | tree |
2009-10-03 |
Lele Gaifax | Fix #1560 revisiting Firebird dialect docs |
commit | commitdiff | tree |
2009-10-02 |
Mike Bayer | - query.options() now only propagate to loaded objects |
commit | commitdiff | tree |
2009-10-01 |
Mike Bayer | - boolean, int, and float arguments count as "cache... |
commit | commitdiff | tree |
2009-10-01 |
Philip Jenvey | avoid __nonzero__ on ClauseElements |
commit | commitdiff | tree |
2009-09-30 |
Mike Bayer | added a test for #1085 |
commit | commitdiff | tree |
2009-09-30 |
Gaëtan de Menten | removed obsolete code (closes #1559) |
commit | commitdiff | tree |
2009-09-24 |
Philip Jenvey | merge from branches/clauseelement-nonzero |
commit | commitdiff | tree |
2009-09-21 |
Philip Jenvey | small change |
commit | commitdiff | tree |
2009-09-21 |
Mike Bayer | place the constructor level configuration within the... |
commit | commitdiff | tree |
2009-09-20 |
Mike Bayer | tweaks |
commit | commitdiff | tree |
2009-09-20 |
Mike Bayer | a picture |
commit | commitdiff | tree |
2009-09-20 |
Mike Bayer | ensure default dialect for these |
commit | commitdiff | tree |
2009-09-18 |
Mike Bayer | - query.join() has been reworked to provide more consistent |
commit | commitdiff | tree |
2009-09-16 |
Mike Bayer | merged r6357 of rel_0_5 branch |
commit | commitdiff | tree |
2009-09-16 |
Mike Bayer | - contains_eager() now works with the automatically |
commit | commitdiff | tree |
2009-09-15 |
Lele Gaifax | Fix #1185: better way of checking already initialized... |
commit | commitdiff | tree |
2009-09-15 |
Lele Gaifax | Revisited Firebird's keywords set |
commit | commitdiff | tree |
2009-09-12 |
Mike Bayer | - Table objects declared in the MetaData can now be... |
commit | commitdiff | tree |
2009-09-12 |
Mike Bayer | - Added an assertion that prevents a @validates function |
commit | commitdiff | tree |
2009-09-12 |
Philip Jenvey | o don't need to str() Jython arrays twice |
commit | commitdiff | tree |
2009-09-11 |
Philip Jenvey | don't assume dict ordering |
commit | commitdiff | tree |
2009-09-11 |
Philip Jenvey | typo |
commit | commitdiff | tree |
2009-09-11 |
Philip Jenvey | oracle/mssql+zxjdbc blurb |
commit | commitdiff | tree |
2009-09-11 |
Philip Jenvey | close cursors: mostly fetchone -> first |
commit | commitdiff | tree |
2009-09-11 |
Philip Jenvey | update per new Binary str handling |
commit | commitdiff | tree |
next |