Files
sqlalchemy/test
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-07-01 05:50:16 +00:00
2005-09-20 05:48:09 +00:00
2005-12-30 00:24:03 +00:00
2006-01-13 01:13:15 +00:00
2005-10-23 17:01:53 +00:00
2006-01-03 00:36:45 +00:00
2005-12-20 05:25:30 +00:00
2005-12-30 00:24:03 +00:00