| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -0/+29 |
| * | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -0/+11 |
| * | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -3/+51 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -5/+54 |
| * | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+12 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 4 | -0/+41 |
| * | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -3/+2 |
| * | add test for upcoming pullreq | Mike Bayer | 2013-09-29 | 1 | -1/+6 |
| * | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -1/+46 |
| * | for this test, apparently we don't handle sets as unordered since neither does | Mike Bayer | 2013-07-02 | 1 | -3/+9 |
| * | Added :class:`.BIGINT` to the list of type names that can be | Mike Bayer | 2013-07-02 | 1 | -1/+7 |
| * | Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. | Mike Bayer | 2013-06-30 | 1 | -0/+73 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 2 | -65/+33 |
| * | set UTC timezone on the connection here so we can get consistent results | Mike Bayer | 2013-06-29 | 1 | -6/+9 |
| * | fix 2.5 syntaxes | Mike Bayer | 2013-06-29 | 3 | -4/+6 |
| * | The behavior of :func:`.extract` has been simplified on the | Mike Bayer | 2013-06-28 | 2 | -56/+161 |
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 21 | -7354/+7449 |
| * | Fixed bug in HSTORE type where keys/values that contained | Mike Bayer | 2013-06-28 | 1 | -0/+37 |
| * | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 1 | -1/+329 |
| * | Merge pull request #7 from malor/psycopg2_execution_options | mike bayer | 2013-06-15 | 1 | -0/+10 |
| * | most of these dialect=mysql.dialect() calls are redundant | Mike Bayer | 2013-06-08 | 1 | -23/+13 |
| * | Fix using of 'mysql_length' for composite indexes | Roman Podolyaka | 2013-06-08 | 1 | -0/+29 |
| * | When querying the information schema on SQL Server 2000, removed | Mike Bayer | 2013-06-06 | 1 | -2/+24 |
| * | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 1 | -0/+13 |
| * | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -2/+2 |
| * | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -0/+25 |
| * | 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 |