summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Remove terminated connections from the pool.pr/51John Anderson2013-12-161-3/+4
* - round trip testMike Bayer2013-12-091-0/+11
* Adds test to verify tsvector creation.Noufal Ibrahim2013-12-101-1/+2
* - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-051-0/+11
* - move additional enum compilation tests to postgresql/test_compiler.pyMike Bayer2013-11-302-26/+26
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-0/+16
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-282-1/+8
* - fix up rendering of "of"Mike Bayer2013-11-283-0/+113
* - this test only for mysqlMike Bayer2013-11-231-2/+5
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-1/+18
* Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-0/+6
* - cleanupMike Bayer2013-11-221-267/+281
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-25/+0
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-0/+29
* - move this test to PG test_reflectionMike Bayer2013-10-252-79/+65
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-0/+19
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-0/+81
|\
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-0/+81
* | - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-0/+11
* | - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-3/+17
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-7/+20
* | The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-142-109/+190
* | MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-5/+54
* | Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+12
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-124-0/+41
|/
* - put exact version string in the testMike Bayer2013-09-291-3/+2
* add test for upcoming pullreqMike Bayer2013-09-291-1/+6
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-2/+0
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-1/+46
* for this test, apparently we don't handle sets as unordered since neither doesMike Bayer2013-07-021-3/+9
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-1/+3
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-301-0/+73
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-302-65/+33
* set UTC timezone on the connection here so we can get consistent resultsMike Bayer2013-06-291-6/+9
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-282-56/+161
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-2821-7350/+7449
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-0/+37
* YEAR(2) emits a warning and oursql / mysqlconnector throw an exceptionMike Bayer2013-06-231-4/+2
* Fix unicode literals on Python 3.1 and 3.2pr/10Roman Podolyaka2013-06-231-8/+8
* this locale is not needed. maybe it is somewhere but the locale I have ("C"...Mike Bayer2013-06-221-13/+9
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-221-1/+329
|\
| * Implement EXCLUDE constraints for postgres.Chris Withers2013-06-101-1/+49
| * add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-1/+159
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-101-1/+123
* | can remove this, issue is fixedMike Bayer2013-06-171-10/+1
* | - clean up this test (really we don't even need this, it's not testing much)Mike Bayer2013-06-161-13/+20
* | Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+10
|/
* get nested joins to render on oracle 8Mike Bayer2013-06-081-0/+33
* most of these dialect=mysql.dialect() calls are redundantMike Bayer2013-06-081-23/+13
* Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-081-0/+29