summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
...
* - [bug] column.label(None) now produces anMike Bayer2012-04-241-6/+5
* - [bug] The names of the columns on theMike Bayer2012-04-243-43/+12
* - merged #1401 branch from bitbucketMike Bayer2012-04-222-8/+188
|\
| * - figured out again why deannotate must clone()Mike Bayer2012-02-111-3/+33
| * tweak for correlated subqueries here, seems to work for test_eager_relations:...Mike Bayer2012-02-101-0/+12
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-092-2/+88
| * initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-061-0/+19
* | - [bug] UPDATE..FROM syntax with SQL ServerMike Bayer2012-04-182-0/+38
* | - reopened #2453, needed to put in the original patch as well to cover the caseMike Bayer2012-04-031-2/+32
* | - sqlMike Bayer2012-04-011-6/+2
* | - [bug] Fixed bug in expression annotationMike Bayer2012-03-311-0/+24
* | - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-22/+64
* | fails on oracle tooMike Bayer2012-03-141-0/+4
* | add a checkfirst here as s3 seems to be stuck on the jenkins dbMike Bayer2012-03-141-1/+1
* | pg8000 fails on thisMike Bayer2012-03-141-0/+2
* | - [bug] Fixed issue whereby attribute-basedMike Bayer2012-03-141-0/+13
* | hey pyodbc fixed this, hoopde dooMike Bayer2012-03-131-1/+0
* | - [bug] Fixed bug in C extensions wherebyMike Bayer2012-03-131-1/+17
* | - [bug] Fixed bug whereby a primaryjoinMike Bayer2012-03-121-0/+10
* | - [feature] Added cte() method to Query,Mike Bayer2012-03-031-0/+110
* | - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-291-2/+80
* | - [bug] A warning is emitted when a not-presentMike Bayer2012-02-211-0/+44
* | - test failures. one in particular seems to be a weird oursql bug, oh wellMike Bayer2012-02-121-2/+5
* | - [bug] Index will raise when arguments passedMike Bayer2012-02-122-1/+34
|/
* - [bug] Added support for using the .keyMike Bayer2012-02-054-14/+253
* - [bug] A significant change to how labelingMike Bayer2012-02-052-115/+328
* mark this test as unsupported before 2.6, there's some unicodeMike Bayer2012-01-281-0/+4
* - [feature] New reflection feature "autoload_replace";Mike Bayer2012-01-281-0/+11
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-1/+38
* - [bug] Fixed issue where the "required" exceptionMike Bayer2012-01-281-0/+42
* - adjust the test for [ticket:2377] to be less controversial onMike Bayer2012-01-221-2/+3
* pg8000 fixMike Bayer2012-01-221-1/+1
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-1/+26
* add test for #2193Mike Bayer2011-12-271-0/+13
* add a conditional hereMike Bayer2011-12-151-4/+5
* tests for FK/autoincrement selectionMike Bayer2011-12-061-0/+24
* - [bug] the "name" of a column-level CHECK constraint,Mike Bayer2011-12-041-1/+12
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-20/+17
* - [bug] Fixed bug whereby TypeDecorator wouldMike Bayer2011-11-281-0/+17
* also add support for onupdate as we'd like this to fire off if an UPDATE actu...Mike Bayer2011-11-221-6/+102
* fixes to actually get tests to passMike Bayer2011-11-221-3/+9
* - commit the unit testsMike Bayer2011-11-221-0/+218
* sort of muscling this out, mysql a PITAMike Bayer2011-11-211-0/+12
* - [bug] further tweak to the fix from [ticket:2261],Mike Bayer2011-11-191-0/+21
* - [bug] Unicode adjustments allow latest pymysqlMike Bayer2011-11-021-0/+1
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-291-0/+14
* - [feature] Added new support for remote "schemas":Mike Bayer2011-10-231-28/+164
* - Added accessor to types called "python_type",Mike Bayer2011-10-231-0/+26
* some mssql stuff, though unicode is really not working still...Mike Bayer2011-10-161-5/+6
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-1/+3