Commit Graph

2307 Commits

Author SHA1 Message Date
Mike Bayer 3372fa5ca3 edits 2007-07-07 02:24:12 +00:00
Mike Bayer 6216ea8597 more edits 2007-07-07 00:03:06 +00:00
Mike Bayer 677247f28c fixes 2007-07-06 18:57:03 +00:00
Mike Bayer bcbcc391c5 - rewrote dbengine doc
- some changes to metadata doc, no Bound/Dynamic metadata mentioned
- fixed --file flag in genhtml.py
2007-07-06 17:39:05 +00:00
Jason Kirtland c87304874c Tweak docs, very minor DMD compatability tweak 2007-07-06 17:28:45 +00:00
Jason Kirtland 177d30cc01 - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
2007-07-06 00:58:09 +00:00
Mike Bayer 8692ce1e7a css tweak 2007-07-04 17:11:03 +00:00
Mike Bayer 2b1a7aa593 eek! wrong tranasctional command for like, years now.... 2007-06-28 16:36:09 +00:00
Mike Bayer 5cd9662399 added extra session.clear() to enable example to work 2007-06-28 15:06:36 +00:00
Mike Bayer 440701c82d - finally figured out how to get setuptools version in, available
as sqlalchemy.__version__ [ticket:428]
2007-06-19 17:46:57 +00:00
Mike Bayer d518d49d8e added interfaces package to orm 2007-06-02 19:09:30 +00:00
Mike Bayer 1aa8b0eea7 0.3.8 version, removed old runhtml script 2007-05-31 17:26:32 +00:00
Mike Bayer b9e6706e68 fix typo 2007-05-22 16:52:38 +00:00
Gaëtan de Menten aeecb08490 correct typo 2007-05-18 18:26:46 +00:00
Mike Bayer 7de3caf5b9 - shored up DBAPI descriptions
- added link to select() docs in sqlconstruction
2007-05-04 14:52:02 +00:00
Jason Kirtland 300d1d2c13 - New association proxy implementation, implementing complete proxies to list, dict and set-based relation collections (and scalar relations). Extensive tests.
- Added util.duck_type_collection
2007-05-03 00:57:59 +00:00
Jason Kirtland bb7a29d622 - added sqlalchemy.ext.orderinglist, a custom list class that synchronizes an object attribute with that object's position in the list 2007-05-02 20:17:31 +00:00
Jason Kirtland e802663389 - Use Python 2.5's built-in ElementTree if possible 2007-05-02 20:12:33 +00:00
Mike Bayer dfc633b08b 0.3.7... 2007-04-29 23:47:10 +00:00
Mike Bayer a487142f9b docstring tweaks 2007-04-29 16:26:38 +00:00
Mike Bayer ec66cd4c44 - CSS change to regular font for docstrings now that we use docutils for formatting
- dynamicmetadata clarification
2007-04-29 16:21:43 +00:00
Mike Bayer c0f391af95 - fixed textual select elements that got broke the other day
- docstring work
2007-04-29 16:08:36 +00:00
Mike Bayer bb991b972d sentence clarify 2007-04-29 14:56:53 +00:00
Mike Bayer 9fb75f7bb8 - support for inline hyperlinks between HTML-generated docstrings
- docstrings for all sql package functions including cross linking.
2007-04-28 01:50:42 +00:00
Mike Bayer 3a0f65b434 revert CSS tweak 2007-04-25 17:23:42 +00:00
Mike Bayer 796d3acf9b some formatting/indentation stuff 2007-04-25 13:45:31 +00:00
Mike Bayer 898034c214 added an order_by 2007-04-24 18:51:21 +00:00
Mike Bayer 075f44b10f dont use assignmapper.flush() 2007-04-23 20:50:15 +00:00
Mike Bayer b41e52f1b7 - informix support added ! courtesy James Zhang
- tweak to oracle default execution code to use local connection for compilation
- tweak to connection.execute_text() to generate None for parameters when no params sent
2007-04-21 23:29:03 +00:00
Mike Bayer 952e9cd3ff more comprehensive query docs 2007-04-20 16:17:52 +00:00
Mike Bayer b9c148d5be rewrite.... 2007-04-20 05:14:39 +00:00
Mike Bayer dd73d31d80 note about elixir 2007-04-17 21:33:29 +00:00
Mike Bayer 8d7a271b86 docs/examples for new with_parent() feature 2007-04-17 18:15:58 +00:00
Mike Bayer ad39d4fc1c more docstrings stuff 2007-04-14 21:56:21 +00:00
Mike Bayer f712251d40 added ansisql docs to output, moved exceptions to a more reasonable location 2007-04-14 21:40:41 +00:00
Mike Bayer bb1ec10f3a some docstrings to provide more detail in the sql package 2007-04-14 01:28:45 +00:00
Mike Bayer c622b0f59d added example for expressions in updates 2007-03-28 23:44:13 +00:00
Mike Bayer e07cf69def cleanup continued 2007-03-23 21:38:12 +00:00
Mike Bayer f99e81fab6 various cleanup, docs and things, getting ready for 0.3.6 2007-03-23 21:33:24 +00:00
Mike Bayer 41039f78e5 documenting generative methods on query 2007-03-22 23:24:28 +00:00
Mike Bayer 5b2cc84aa8 contextual_connection() -> contextual_connect() [ticket:515] 2007-03-20 23:29:31 +00:00
Mike Bayer 43b70fc86b - added db modules to genned docstrings
- had to tweak out latest MS-SQL module change.  cant do ImportErrors right now until module
importing is moved to the connection phase across all dialects.
- took out "his" from url docstrings
- postgres doesnt do an import *
2007-03-18 22:35:19 +00:00
Mike Bayer 45c2e20983 css tag 2007-03-17 16:58:12 +00:00
Mike Bayer 229d2ee4e9 integrated docutils formatting into generated documentation;
restructuredtext fixes throughout docstrings
2007-03-17 16:49:45 +00:00
Mike Bayer 4f63e40616 merged mako doc generation branch 2007-03-17 15:14:53 +00:00
Mike Bayer 83244ec631 literals in PassiveDefault require text() 2007-03-15 16:49:47 +00:00
Mike Bayer 08e0bd1aa7 need an "alias()" on map to a select 2007-03-06 18:39:27 +00:00
Mike Bayer 2a77850707 - added "fold_equivalents" argument to Join.select(), which removes
'duplicate' columns from the resulting column clause that are known to be
equivalent based on the join condition.  this is of great usage when
constructing subqueries of joins which Postgres complains about if
duplicate column names are present.
- added support to polymorphic stuff for more than one "equivalent column",
when trying to target columns in the polymorphic union; this applies
to multi-leveled inheritance
- put above-two concepts together to get the abc_inheritance tests to work
with postgres
2007-03-02 21:22:14 +00:00
Mike Bayer 962c22c9ed migrated (most) docstrings to pep-257 format, docstring generator using straight <pre> + trim() func
for now.  applies most of [ticket:214], compliemnts of Lele Gaifax
2007-02-25 22:44:52 +00:00
Mike Bayer fa46e0ec66 - added "contains_alias()" option for result set mapping to an alias of the mapped table 2007-02-20 02:12:46 +00:00