summaryrefslogtreecommitdiff
path: root/doc/build/content
Commit message (Expand)AuthorAgeFilesLines
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-0615-6920/+0
* deprecated CompositeProperty 'comparator' which is nowMike Bayer2008-11-241-6/+6
* one more select_table...Mike Bayer2008-11-241-1/+1
* - comparator_factory is accepted by all MapperProperty constructors. [ticket:...Mike Bayer2008-11-241-96/+125
* - Tickets [ticket:1200].Mike Bayer2008-11-224-111/+87
* Doing my part-time editorial duties. Normalized session references and fixed ...Michael Trier2008-11-128-91/+91
* - added serializer docs to plugins.txtrel_0_5rc3Mike Bayer2008-11-071-0/+39
* - Fixed bug in Query involving order_by() in conjunction withMike Bayer2008-11-061-1/+1
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-051-0/+1
* Fixed assoc proxy examples [ticket:1191]Jason Kirtland2008-11-021-7/+8
* Corrected typo in Types docs.Michael Trier2008-10-281-1/+1
* Demonstrate mssql url examples for the database engine documentation. Closes ...Michael Trier2008-10-231-0/+6
* Included documentation about the defaults for create_session() and how they d...Michael Trier2008-10-231-0/+2
* Added in sqlite3 DBAPI to the SQLite dbengine docs. This along with a wiki ed...Michael Trier2008-10-051-1/+1
* Corrected docs for declarative synonym incorrectly referring to instruments i...Michael Trier2008-10-051-3/+3
* fixed custom TypeEngine exampleMike Bayer2008-09-271-2/+2
* - Dropped 0.3-compatibility for user defined typesMike Bayer2008-09-071-8/+12
* correctionMike Bayer2008-09-021-3/+3
* - column_property(), composite_property(), and relation() nowMike Bayer2008-09-021-3/+39
* Corrected typo in the mapper docs. Fixes #1159.Michael Trier2008-08-281-1/+1
* Type processors get a dialect, not an engine...Jason Kirtland2008-08-271-4/+4
* - Fix occurences of Class.c.column_nameGaëtan de Menten2008-08-211-226/+225
* - Renamed on_reconstitute to @reconstructor and reconstruct_instanceJason Kirtland2008-08-151-13/+48
* added info on named tuplesMike Bayer2008-08-121-0/+28
* added col with no name exampleMike Bayer2008-08-111-0/+9
* - The composite() property type now supportsMike Bayer2008-08-111-1/+6
* TypoLele Gaifax2008-08-041-1/+1
* some doc stuffMike Bayer2008-08-041-0/+22
* - renamed autoexpire to expire_on_commitMike Bayer2008-08-031-2/+2
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-022-34/+4
* - declarative.declarative_base():Jason Kirtland2008-08-021-2/+2
* typoGaëtan de Menten2008-07-291-1/+1
* Corrected a couple of lingering transactional=True statements in the docs.Michael Trier2008-07-191-1/+1
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+7
* - Declarative supports a __table_args__ class variable, whichMike Bayer2008-07-091-3/+13
* Corrected grammar on session documents. Closes #1097.Michael Trier2008-07-041-1/+1
* Fixed typo where plugins docs were referencing synonyn_for instead of synonym...Michael Trier2008-07-031-2/+2
* 0.5Mike Bayer2008-06-301-1/+1
* added string argument resolution to relation() in conjunction with declarativ...Mike Bayer2008-05-262-9/+29
* -removed useless log statement (merge garbage?)Mike Bayer2008-05-181-1/+1
* Query.one() raises either NoResultFound or MultipleResultsFound, [ticket:1034]Jason Kirtland2008-05-141-1/+13
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-9/+23
* added blurb on session.rollback()Mike Bayer2008-05-101-0/+54
* - removed all the order by's that no longer apply.Mike Bayer2008-05-101-34/+34
* Fix typo in the ORM tutorialLele Gaifax2008-05-101-1/+1
* order by docMike Bayer2008-05-101-25/+15
* editsMike Bayer2008-05-101-2/+6
* removed deprecated plugins docsMike Bayer2008-05-101-141/+0
* added query.subquery() as shorthand for query.statement.alias()Mike Bayer2008-05-091-3/+3
* tweakMike Bayer2008-05-091-1/+1