summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-2/+4
* merge r6703 of trunk fixes [ticket:1661]Mike Bayer2010-02-021-1/+1
* - merge of trunk r6611Mike Bayer2010-01-031-1/+2
* dont crack up on entirely unsupported typesMike Bayer2009-12-291-0/+3
* - The extract() function, which was slightly improved inMike Bayer2009-12-291-1/+85
* merged r6556 of trunk for [ticket:1641]Mike Bayer2009-12-181-1/+1
* merge r6551 of trunk for [ticket:1354]Mike Bayer2009-12-091-2/+8
* - merge of trunk r6544Mike Bayer2009-12-081-2/+8
* - backport of r6540Mike Bayer2009-12-081-9/+6
* - Repeat expressions in the columns clause of a selectMike Bayer2009-10-201-3/+3
* - Fixed the "numeric" paramstyle, which apparently is theMike Bayer2009-10-201-1/+1
* - Fixed an obscure issue whereby a joined-table subclassMike Bayer2009-08-281-1/+12
* merged [ticket:1486] fix from 0.6Mike Bayer2009-07-282-4/+13
* - Fixed bug whereby a load/refresh of joined tableMike Bayer2009-07-251-7/+4
* - Unary expressions such as DISTINCT propagate theirMike Bayer2009-07-252-6/+5
* - Fixed a bug in extract() introduced in 0.5.4 wherebyMike Bayer2009-07-171-2/+1
* - sqlMike Bayer2009-05-292-2/+2
* - The "polymorphic discriminator" column may be part of aMike Bayer2009-05-171-1/+1
* - It is now an error to specify both columns of a binary primaryjoinMike Bayer2009-05-081-4/+4
* Added multi part schema name support. Closes #594 and #1341.Michael Trier2009-04-111-6/+14
* - Fixed bug in relation(), introduced in 0.5.3,Mike Bayer2009-04-021-0/+1
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-4/+8
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-302-2/+44
* - Lazy loader will not use get() if the "lazy load"Mike Bayer2009-03-291-1/+1
* - An alias() of a select() will convert to a "scalar subquery"Mike Bayer2009-03-211-2/+22
* - Query.join() can now construct multiple FROM clauses, ifMike Bayer2009-03-151-8/+24
* - Fixed a recursive pickling issue in serializer, triggeredMike Bayer2009-02-171-0/+6
* - anonymous alias names now truncate down to the max lengthMike Bayer2009-02-101-3/+7
* - Fixed missing _label attribute on Function object, othersMike Bayer2009-02-011-1/+2
* some docstring stuffMike Bayer2009-01-281-20/+19
* - _CalculatedClause is goneMike Bayer2009-01-284-95/+87
* - Query now implements __clause_element__() which producesMike Bayer2009-01-271-13/+13
* - Further fixes to the "percent signs and spaces in column/tableMike Bayer2009-01-182-9/+9
* - Query.from_self() as well as query.subquery() both disableMike Bayer2009-01-151-0/+6
* - Improved the methodology to handling percent signs in columnMike Bayer2009-01-142-12/+20
* happy new yearMike Bayer2009-01-122-2/+2
* NotSupportedError is a DBAPI wrapper which takes four args and is expected to...Mike Bayer2009-01-111-1/+1
* docstrings for the hated fold_equivalents argument/functionMike Bayer2009-01-032-12/+14
* - Fixed some deep "column correspondence" issues which couldMike Bayer2009-01-031-5/+33
* - mysql, postgres: "%" signs in text() constructs are automatically escaped t...Mike Bayer2009-01-021-1/+4
* - sqlalchemy.sql.expression.Function is now a publicMike Bayer2009-01-023-7/+7
* - Can pass mapped attributes and column objects as keysMike Bayer2008-12-282-6/+9
* use new anonymize style for the public _anonymize as wellMike Bayer2008-12-231-1/+1
* silly negative ID numbers on linux...Mike Bayer2008-12-231-1/+1
* - Columns can again contain percent signs within theirMike Bayer2008-12-231-2/+3
* missed an ordering on a set. attempting to nail down linux-specific buildbo...Mike Bayer2008-12-191-1/+1
* *most* py3k warnings are resolved, with the exception of the various __setsli...Mike Bayer2008-12-181-1/+1
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-184-25/+31
* - Query() can be passed a "composite" attributeMike Bayer2008-12-181-0/+8
* - _execute_clauseelement() goes back to beingMike Bayer2008-12-171-1/+1