| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -2/+0 |
| * | 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/+3 |
| * | 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 |
| * | 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 | -7350/+7449 |
| * | Fixed bug in HSTORE type where keys/values that contained | Mike Bayer | 2013-06-28 | 1 | -0/+37 |
| * | YEAR(2) emits a warning and oursql / mysqlconnector throw an exception | Mike Bayer | 2013-06-23 | 1 | -4/+2 |
| * | Fix unicode literals on Python 3.1 and 3.2pr/10 | Roman Podolyaka | 2013-06-23 | 1 | -8/+8 |
| * | this locale is not needed. maybe it is somewhere but the locale I have ("C"... | Mike Bayer | 2013-06-22 | 1 | -13/+9 |
| * | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 1 | -1/+329 |
| |\ |
|
| | * | Implement EXCLUDE constraints for postgres. | Chris Withers | 2013-06-10 | 1 | -1/+49 |
| | * | add support for range operators listed in http://www.postgresql.org/docs/9.2/... | Chris Withers | 2013-06-10 | 1 | -1/+159 |
| | * | Basic type support for the new range types in postgres 9.2 | Chris Withers | 2013-06-10 | 1 | -1/+123 |
| * | | can remove this, issue is fixed | Mike Bayer | 2013-06-17 | 1 | -10/+1 |
| * | | - clean up this test (really we don't even need this, it's not testing much) | Mike Bayer | 2013-06-16 | 1 | -13/+20 |
| * | | Add AUTOCOMMIT isolation level support for psycopg2pr/7 | Roman Podolyaka | 2013-06-15 | 1 | -0/+10 |
| |/ |
|
| * | get nested joins to render on oracle 8 | Mike Bayer | 2013-06-08 | 1 | -0/+33 |
| * | 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 |
| * | mssql test fixes | Mike Bayer | 2013-05-26 | 1 | -6/+6 |
| * | - oracle tests passing in py3k!! | Mike Bayer | 2013-05-26 | 1 | -6/+7 |
| * | a few more oracle fixes | Mike Bayer | 2013-05-26 | 1 | -1/+2 |
| * | cleanup for oracle | Mike Bayer | 2013-05-26 | 1 | -10/+11 |
| * | - add a test specific to sqlite testing cursor.description encoding (should | Mike Bayer | 2013-05-26 | 1 | -1/+22 |
| * | postgresql tests | Mike Bayer | 2013-05-26 | 1 | -6/+6 |
| * | mysql tests | Mike Bayer | 2013-05-26 | 1 | -13/+14 |
| * | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -0/+1 |
| |\ |
|
| | * | Add missing import that caused test_notice_logging to fail if this suite was ... | Chris Withers | 2013-05-26 | 1 | -0/+1 |
| * | | sqlite tests | Mike Bayer | 2013-05-26 | 1 | -5/+5 |
| * | | merge default | Mike Bayer | 2013-05-15 | 2 | -0/+21 |
| |\ \
| |/ |
|
| | * | Regression from this ticket caused the unsupported keyword | Mike Bayer | 2013-05-15 | 2 | -0/+21 |
| * | | postgresql dialect tests | Mike Bayer | 2013-04-28 | 1 | -29/+30 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 7 | -77/+77 |
| |/ |
|
| * | 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 |