| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing import that caused test_notice_logging to fail if this suite was ... | Chris Withers | 2013-05-26 | 1 | -0/+1 |
| * | Regression from this ticket caused the unsupported keyword | Mike Bayer | 2013-05-15 | 2 | -0/+21 |
| * | tweak this some more to handle the array being empty again | Mike Bayer | 2013-04-22 | 1 | -0/+11 |
| * | - change to [ticket:2681], pre-coerce the array to list | Mike Bayer | 2013-04-22 | 1 | -10/+3 |
| * | The operators for the Postgresql ARRAY type supports | Mike Bayer | 2013-04-22 | 1 | -60/+106 |
| * | - establish ordering here for the hstore repr test | Mike Bayer | 2013-04-20 | 1 | -4/+5 |
| * | - this pymssql test needs to be against the pymssql dialect | Mike Bayer | 2013-04-18 | 1 | -1/+1 |
| * | - test all pymssql messages here | Mike Bayer | 2013-03-29 | 1 | -7/+23 |
| * | Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47) | Mike Bayer | 2013-03-29 | 1 | -0/+6 |
| |\ |
|
| | * | cleaned up errors, only check for connection timeout for now | John Anderson | 2013-03-18 | 1 | -2/+2 |
| | * | Added disconnect checks for timeout, unable to read, and unable to write | John Anderson | 2013-03-18 | 1 | -0/+6 |
| * | | Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't have | Marc Abramowitz | 2013-03-20 | 1 | -1/+2 |
| * | | Make MonkeyPatchedBinaryTest only run when using mssql. Prevents failed | Marc Abramowitz | 2013-03-18 | 1 | -0/+2 |
| * | | Add a test for http://www.sqlalchemy.org/trac/ticket/2683 | Marc Abramowitz | 2013-03-18 | 1 | -0/+13 |
| |/ |
|
| * | 0.8.1 bump + test, changelog for hstore fix [ticket:2680] | Mike Bayer | 2013-03-18 | 1 | -0/+6 |
| * | Added support for Postgresql's traditional SUBSTRING | Mike Bayer | 2013-03-09 | 1 | -0/+8 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 3 | -9/+6 |
| * | test for cymysql | Hajime Nakagami | 2013-02-17 | 1 | -0/+1 |
| * | The :meth:`.ColumnOperators.in_` operator will now coerce | Mike Bayer | 2013-02-02 | 1 | -0/+4 |
| * | Add ANY/ALL construct support for PostgreSQL's ARRAY type | Audrius Kažukauskas | 2013-01-28 | 1 | -1/+49 |
| * | - replace mssql_ordering with generalized #695 solution | Mike Bayer | 2013-01-20 | 1 | -1/+1 |
| * | Merged in dharland/sqlalchemy (pull request #35) | Mike Bayer | 2013-01-20 | 1 | -0/+36 |
| |\ |
|
| | * | Add mssql_include option for mssql dialect | Derek Harland | 2013-01-14 | 1 | -0/+18 |
| | * | Add mssql_ordering option for mssql dialect | Derek Harland | 2013-01-14 | 1 | -0/+9 |
| | * | Add mssql_clustered option for mssql dialect | Derek Harland | 2013-01-14 | 1 | -0/+9 |
| * | | - "postgres_where" has been removed | Mike Bayer | 2013-01-16 | 1 | -11/+0 |
| |/ |
|
| * | Added a py3K conditional around unnecessary .decode() | Mike Bayer | 2013-01-12 | 1 | -0/+7 |
| * | - changelog for pullreq 32 | Mike Bayer | 2013-01-12 | 1 | -203/+241 |
| * | Merged in dharland/sqlalchemy (pull request #32: Allow the MSSQL dialect to s... | Mike Bayer | 2013-01-12 | 1 | -0/+24 |
| |\ |
|
| | * | Add several MSSQL dialect tests for sequence declarations | Derek Harland | 2012-12-04 | 1 | -0/+24 |
| * | | Fixed bug in :func:`.postgresql.array` construct whereby using it | Mike Bayer | 2013-01-02 | 1 | -0/+9 |
| * | | More adjustment to this SQLite related issue which was released in | Mike Bayer | 2012-12-14 | 1 | -2/+26 |
| * | | add future | Mike Bayer | 2012-12-11 | 1 | -0/+1 |
| * | | Fixed table reflection for Oracle when accessing a synonym that refers | Mike Bayer | 2012-12-09 | 1 | -0/+39 |
| * | | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 1 | -25/+0 |
| * | | The Oracle LONG type, while an unbounded text type, does not appear | Mike Bayer | 2012-12-06 | 1 | -0/+15 |
| * | | Repaired the usage of ``.prepare()`` in conjunction with | Mike Bayer | 2012-12-06 | 1 | -0/+70 |
| |/ |
|
| * | HSTORE.comparator_factory should subclass Concatenable.Comparator | Audrius Kažukauskas | 2012-11-21 | 1 | -2/+4 |
| * | Add special containment operation methods for PG array type | Audrius Kažukauskas | 2012-11-20 | 1 | -12/+69 |
| * | another hide from 2to3 test | Mike Bayer | 2012-11-18 | 1 | -1/+2 |
| * | Fixed a gotcha where inadvertently calling list() on a | Mike Bayer | 2012-11-18 | 1 | -1/+2 |
| * | - hstore documentation, migration | Mike Bayer | 2012-11-17 | 1 | -3/+37 |
| * | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -0/+128 |
| * | Add PostgreSQL HStore type support | Audrius Kažukauskas | 2012-11-13 | 1 | -1/+191 |
| * | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 1 | -1/+10 |
| * | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -239/+0 |
| * | - [feature] Added "collation" parameter to all | Mike Bayer | 2012-10-10 | 1 | -1/+5 |
| * | - [feature] Added TIME type to mysql dialect, | Mike Bayer | 2012-10-10 | 1 | -317/+222 |
| * | - [feature] the MS Access dialect has been | Mike Bayer | 2012-09-30 | 1 | -31/+0 |
| * | - [bug] Fixed compiler bug whereby using a correlated | Mike Bayer | 2012-09-30 | 1 | -0/+21 |