summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-50/+40
* Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-7/+13
* pg8000 now passes test_extract() testTony Locke2014-05-211-1/+0
* Two tests now work for pg800 in EnumTestTony Locke2014-05-211-6/+0
* - changelog for #2785Mike Bayer2014-05-161-29/+15
* Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-161-0/+53
|\
| * zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-0/+53
* | Merged in WSMcG/sqlalchemy (pull request #15) Mike Bayer2014-05-121-0/+4
|\ \ | |/ |/|
| * Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-0/+4
* | - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-301-2/+5
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-264-4/+4
|/
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+1
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-221-2/+2
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-221-10/+15
* - cx_oracle test for "unicode returns" needs to be cx_oracle only,Mike Bayer2014-03-061-0/+4
* Merge branch 'master' of https://github.com/Cito/sqlalchemy into tMike Bayer2014-03-051-2/+8
|\
| * Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-271-2/+8
* | pytest calls all the descriptors. and we can't call this one unconditionallyMike Bayer2014-03-041-7/+6
* | - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-034-41/+20
|/
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-191-3/+24
* Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in...Mike Bayer2014-02-191-0/+30
|\
| * Fixes MySQL dialect partitioningMarcus McCurdy2014-02-141-0/+30
* | - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-184-7/+12
* | - dont need this import and it's not in 2.6 anywayMike Bayer2014-02-171-1/+0
* | - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-161-159/+144
* | - The SQLite dialect will now skip unsupported arguments when reflectingMike Bayer2014-02-161-4/+16
* | Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-161-5/+63
|\ \ | |/ |/|
| * SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-5/+63
* | - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-88/+175
|/
* Support mssql_clustered option on UniqueConstraint (plus docs and test)donkopotamus2014-01-171-0/+12
* Remove support for mssql_clustered on Tabledonkopotamus2014-01-171-12/+1
* Support mssql_clustered option in mssql dialect for both Table and PrimaryKey...donkopotamus2014-01-141-0/+22
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-132-2/+12
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-021-1/+2
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-271-7/+25
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+9
* Merge pull request #51 from sontek/pymssql_handle_terminated_connectionmike bayer2013-12-271-3/+4
|\
| * Remove terminated connections from the pool.pr/51John Anderson2013-12-161-3/+4
* | remove printMike Bayer2013-12-191-1/+0
* | - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-3/+18
* | - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-171-22/+69
* | this test appears to be failing with pg 9.3, not sure how to restore itMike Bayer2013-12-171-1/+3
* | - using AssertsCompiledSQL so need __dialect__Mike Bayer2013-12-171-0/+3
* | - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-171-29/+78
* | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-171-1/+190
|\ \ | |/ |/|
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-111-3/+37
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-101-1/+1
| * Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9nathan2013-12-091-0/+11
| |\
| * | sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-091-1/+156
* | | - round trip testMike Bayer2013-12-091-0/+11