summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed bug in :func:`.postgresql.array` construct whereby using itMike Bayer2013-01-021-0/+9
* | More adjustment to this SQLite related issue which was released inMike Bayer2012-12-141-2/+26
* | add futureMike Bayer2012-12-111-0/+1
* | Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-0/+39
* | - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-25/+0
* | The Oracle LONG type, while an unbounded text type, does not appearMike Bayer2012-12-061-0/+15
* | Repaired the usage of ``.prepare()`` in conjunction withMike Bayer2012-12-061-0/+70
|/
* HSTORE.comparator_factory should subclass Concatenable.ComparatorAudrius Kažukauskas2012-11-211-2/+4
* Add special containment operation methods for PG array typeAudrius Kažukauskas2012-11-201-12/+69
* another hide from 2to3 testMike Bayer2012-11-181-1/+2
* Fixed a gotcha where inadvertently calling list() on aMike Bayer2012-11-181-1/+2
* - hstore documentation, migrationMike Bayer2012-11-171-3/+37
* - hstore adjustmentsMike Bayer2012-11-171-0/+128
* Add PostgreSQL HStore type supportAudrius Kažukauskas2012-11-131-1/+191
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-1/+10
* - move out maxdbMike Bayer2012-10-181-239/+0
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-1/+5
* - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-101-317/+222
* - [feature] the MS Access dialect has beenMike Bayer2012-09-301-31/+0
* - [bug] Fixed compiler bug whereby using a correlatedMike Bayer2012-09-301-0/+21
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-301-1/+11
* - tighten mysql date test to not fail over 1 second boundaries (and probably ...Mike Bayer2012-09-301-24/+25
* pg and oracle fixesMike Bayer2012-09-302-1/+2
* - enhance setup.py to support being run from outside the current directory. ...Mike Bayer2012-09-291-7/+0
* getting everything to pass againMike Bayer2012-09-273-3/+8
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-2/+3
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-2713-35/+50
* - [feature] Added support for the localtimestamp()Mike Bayer2012-09-261-0/+6
* - [bug] Columns in reflected primary key constraintMike Bayer2012-09-231-0/+15
* - [bug] Adjusted column default reflection code toMike Bayer2012-09-231-1/+14
* test fixesMike Bayer2012-09-222-7/+8
* - [bug] Adjusted a very old bugfix which attemptedMike Bayer2012-09-191-13/+44
* - genericize the test for ischema_namesMike Bayer2012-09-161-36/+31
* breaking up PGDialect.get_columns, and add PostGIS column reflection testsÉric Lemoine2012-09-121-0/+49
* - [bug] CompileError is raised when VARCHAR withMike Bayer2012-09-101-4/+36
* - [feature] The types of columns excluded from theMike Bayer2012-09-051-0/+20
* - further mxodbc tweaks affecting other test suitesMike Bayer2012-09-022-10/+4
* Add a version test for EnterpriseDBHong Minhee2012-08-311-1/+4
* fixes to prevent the new MyISAM engine from breaking other testsMike Bayer2012-08-291-7/+3
* - refine oracle returning some more to use purely positional approachMike Bayer2012-08-251-2/+2
* - mergeMike Bayer2012-08-251-3/+5
|\
| * oracle fixes...Mike Bayer2012-08-251-3/+5
* | - more oracle tweaks for returning; the method here is still kind of brittle ...Mike Bayer2012-08-251-0/+17
|/
* a few oracle fixesMike Bayer2012-08-251-0/+8
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-0/+8
* - [feature] The Query.update() method is nowMike Bayer2012-08-201-0/+3
* - [feature] The Core oeprator system now includesMike Bayer2012-08-201-3/+123
* - expand out all the methods on insert/update/delete/select for nowMike Bayer2012-08-191-5/+0
* - [bug] Fixed compiler bug whereby a givenMike Bayer2012-08-121-8/+11
* - adjustments for py3.3 unit tests, [ticket:2542]Mike Bayer2012-08-111-2/+3