summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-0/+16
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+176
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-0/+11
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-311-0/+29
* - fix issue in join rewriting whereby we need to ensure the .key and .nameMike Bayer2013-07-271-4/+83
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-0/+23
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-122-0/+53
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-091-0/+2
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-1/+64
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-0/+39
* add an ORDER BY hereMike Bayer2013-06-261-2/+2
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-262-12/+142
* tweak this for now, would need a testMike Bayer2013-06-231-11/+0
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-232-35/+321
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-1/+33
* - tests for the alias() APIMike Bayer2013-06-081-1/+74
* fix testMike Bayer2013-06-061-0/+1
* genericize tests hereMike Bayer2013-06-041-5/+10
* Merge branch 'ticket_2587'Mike Bayer2013-06-042-15/+311
|\
| * - add coverage for result map rewritingMike Bayer2013-06-041-0/+6
| * - if the select() does not have use_labels on, then we just renderMike Bayer2013-06-041-0/+51
| * - support for a__b_dc, i.e. two levels of nestingMike Bayer2013-06-041-35/+131
| * repair these tests now that we allow join from selectable to fromgroupingMike Bayer2013-06-041-21/+26
| * - add a flag to DefaultDialect for this so that people will have someMike Bayer2013-06-041-1/+28
| * rewriting scheme now works.Mike Bayer2013-06-041-28/+21
| * capture the really hard one in a test (hooray)Mike Bayer2013-06-041-0/+119
* | Fixed bug whereby joining a select() of a table "A" with multipleMike Bayer2013-06-032-7/+40
* | - remove the ``__iter__()`` with notimplemented since it interferesMike Bayer2013-06-031-7/+6
* | test tweakMike Bayer2013-06-031-1/+4
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-0312-175/+153
|\ \
| * | - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-031-2/+0
| |/
| * Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-1/+1
| |\
| * \ merge defaultMike Bayer2013-05-051-0/+2
| |\ \
| * | | - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, mysqld...Mike Bayer2013-05-041-1/+1
| * | | and int types here...Mike Bayer2013-05-041-1/+2
| * | | update testMike Bayer2013-05-041-12/+3
| * | | cleanup and formattingMike Bayer2013-05-041-67/+68
| * | | - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-042-42/+44
| * | | formatting stuffMike Bayer2013-05-041-49/+51
| * | | - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-282-48/+25
| * | | - the raw 2to3 runMike Bayer2013-04-2712-169/+176
* | | | magic accessors to the rescueMike Bayer2013-05-271-13/+0
* | | | still not locating more nested expressions, may need to match on nameMike Bayer2013-05-271-11/+29
* | | | attempt number one, doesn't detect though if the label in the order by is not...Mike Bayer2013-05-271-0/+63
| |_|/ |/| |
* | | fix this testMike Bayer2013-05-261-1/+1
| |/ |/|
* | cleanupMike Bayer2013-05-041-67/+68
* | formatting stuffMike Bayer2013-05-041-49/+51
|/
* Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-1/+28
* - Improvements to the operation of the pymysql dialect onMike Bayer2013-04-211-20/+6
* Merged in bentrofatter/sqlalchemy-2663 (pull request #49)Mike Bayer2013-04-211-1/+10
|\