summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
...
* skip this silly test entirely for PGMike Bayer2012-08-311-3/+3
* fixes to prevent the new MyISAM engine from breaking other testsMike Bayer2012-08-291-0/+1
* - [feature] Reworked the startswith(), endswith(),Mike Bayer2012-08-272-56/+245
* - [feature] The "required" flag is set toMike Bayer2012-08-273-8/+83
* - add "identifier", can differentiate between "name" rendered and "identifier...Mike Bayer2012-08-261-0/+29
* - tweak the GenericFunction constructor more so that it's action in parsing theMike Bayer2012-08-261-0/+13
* oracle fixes...Mike Bayer2012-08-251-2/+2
* - fix for pypyMike Bayer2012-08-251-0/+2
* - correct the argument signature for GenericFunction to be more predictableMike Bayer2012-08-241-1/+10
* small tweaks to make insert() behavior more consistent, mostly tests, [ticket...Mike Bayer2012-08-231-0/+149
* - [feature] The before_cursor_execute eventMike Bayer2012-08-231-0/+1
* - [bug] Fixed bug whereby usage of a UNIONMike Bayer2012-08-221-1/+52
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-2/+64
* - [feature] Enhanced GenericFunction and func.*Mike Bayer2012-08-221-42/+105
* fixes for pg9Mike Bayer2012-08-221-1/+1
* - [feature] The Core oeprator system now includesMike Bayer2012-08-202-63/+111
* - [bug] Fixes to the interpretation of theMike Bayer2012-08-201-11/+19
* - [feature] The prefix_with() method is now availableMike Bayer2012-08-191-2/+53
* - aaaaand fix one more glitch I just thought ofMike Bayer2012-08-181-1/+9
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-182-24/+50
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-172-1/+197
* _adapt_expression() moves fully to _DefaultColumnComparator which resumesMike Bayer2012-08-162-49/+10
* -we move all the invocation of "_adapt_expression" into TypeEngine.Comparator...Mike Bayer2012-08-161-1/+1
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-151-0/+129
* - fix concat() operator, testsMike Bayer2012-08-141-2/+64
* - all tests passMike Bayer2012-08-132-8/+2
* move the whole thing to TypeEngine. the feature is pretty much for free like...Mike Bayer2012-08-131-31/+130
* - develop new system of applying custom operators to ColumnElement classes. ...Mike Bayer2012-08-131-0/+105
* - adjustments for py3.3 unit tests, [ticket:2542]Mike Bayer2012-08-111-1/+1
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-6/+6
* - [feature] Added reduce_columns() methodMike Bayer2012-07-281-5/+59
* -whitespace bonanza, contdMike Bayer2012-07-2812-262/+262
* trailing whitespace bonanzaMike Bayer2012-07-282-43/+43
* - [feature] Revised the rules used to determineMike Bayer2012-07-221-208/+235
* - document the inspection systemMike Bayer2012-07-181-0/+33
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-1/+1
* - [bug] Fixed more un-intuitivenesses in CTEsMike Bayer2012-07-101-20/+159
* - move cte tests into their own test/sql/test_cte.pyMike Bayer2012-06-252-164/+213
* - [bug] quoting is applied to the column namesMike Bayer2012-06-211-0/+14
* - [feature] Added "MATCH" clause to ForeignKey,Mike Bayer2012-06-211-0/+18
* - [feature] Added "MATCH" clause to ForeignKey,Mike Bayer2012-06-211-1/+20
* - [bug] Fixed regression introduced in 0.7.6Mike Bayer2012-06-211-0/+27
* remove this test now covered in test_executeMike Bayer2012-06-161-8/+0
* - [bug] Fixed bug whereby append_column()Mike Bayer2012-06-161-0/+7
* - [bug] Repaired common table expressionMike Bayer2012-06-131-2/+42
* - [bug] Added BIGINT, BINARY, VARBINARY toMike Bayer2012-06-131-9/+16
* - [feature] Added SQLite execution optionMike Bayer2012-05-041-11/+64
* - [feature] The "unconsumed column names" warning emittedMike Bayer2012-04-241-4/+4
* - [bug] All of UniqueConstraint, ForeignKeyConstraint,Mike Bayer2012-04-241-1/+42
* - [feature] The behavior of column targetingMike Bayer2012-04-241-4/+28