Files
sqlalchemy/doc
Mike Bayer 2808d04dd8 added explicit bind parameters and column type maps to text type
text type also parses :<string> into bind param objects
bind parameters convert their incoming type using engine.type_descriptor() methods
types.adapt_type() adjusted to not do extra work with incoming types, since the bind
param change will cause it to be called a lot more
added tests to new text type stuff, bind params, fixed some type tests
added basic docs for using text with binde params
2006-01-20 00:42:07 +00:00
..
2005-09-21 04:52:02 +00:00
2005-12-30 00:49:49 +00:00
2005-07-07 05:24:24 +00:00