summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add naming convention support when using schema in the metadata.pr/67Tom Farvour2014-02-051-2/+10
* - Fixed bug where so-called "literal render" of :func:`.bindparam`Mike Bayer2014-02-053-2/+17
* - Improved the initialization logic of composite attributes such thatMike Bayer2014-02-033-4/+30
* 0.9.3Mike Bayer2014-02-031-1/+1
* - this seems to be the best string for pymysqlMike Bayer2014-02-031-1/+1
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-035-33/+27
* typorel_0_9_2Mike Bayer2014-02-021-1/+1
* 0.9.2Mike Bayer2014-02-022-2/+3
* - Added a tweak to the "history_meta" example where the check forMike Bayer2014-02-022-1/+9
* - add a few missing methods to the cymysql dialectMike Bayer2014-02-022-0/+17
* - lets intersphinx the new alembic article on constraint namesMike Bayer2014-02-022-0/+7
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-025-134/+380
* - use from_statement() for the ORM column testMike Bayer2014-02-021-8/+7
* - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-023-186/+399
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-026-3/+108
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-018-21/+460
* add a skip for oracle on thisMike Bayer2014-02-013-0/+46
* - don't duplicate docs for Pool within QueuePoolMike Bayer2014-01-311-71/+68
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-315-3/+70
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-315-4/+133
* - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-316-4/+43
* changelogMike Bayer2014-01-311-0/+9
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-294-9/+38
* - better way to do itMike Bayer2014-01-291-2/+4
* - add TypeError handling to the tests here, ensure TypeErrorMike Bayer2014-01-291-8/+15
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-283-4/+55
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-272-2/+2
* - docsMike Bayer2014-01-261-37/+115
* updatesMike Bayer2014-01-261-52/+87
* hypothetical "floaty thing" for navigation, doesn't really work yetMike Bayer2014-01-252-1/+21
* tweak textMike Bayer2014-01-251-2/+16
* seealsos in the tutorialMike Bayer2014-01-252-7/+54
* caseMike Bayer2014-01-251-47/+139
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-254-103/+467
* lets document join()Mike Bayer2014-01-241-20/+94
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-235-60/+103
* typoMike Bayer2014-01-231-3/+5
* - remove this leftover commented pdbMike Bayer2014-01-231-5/+0
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-235-3/+82
* Merge pull request #60 from wichert/mutable-doc-importmike bayer2014-01-231-1/+0
|\
| * Remove uneeded import from code examplepr/60Wichert Akkerman2014-01-201-1/+0
* | used the wrong joinMike Bayer2014-01-221-5/+2
* | - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-2211-18/+459
* | - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-224-11/+43
* | - add redshift-sqlalchemy, essentially fixes [ticket:2727]Mike Bayer2014-01-211-0/+2
* | - update docs for Numeric/Float, in particular warn against using mismatchedMike Bayer2014-01-211-32/+41
* | - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-205-51/+270
* | use new paramlinks 0.2.2, trying to fix param links for __init__ vs. classMike Bayer2014-01-201-1/+1
* | - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-202-16/+18
* | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-207-25/+267