Files
sqlalchemy/test/sql
Mike Bayer be68a8e306 - converted all anonymous labels and aliases to be generated within the compilation phase. this allows fully "deterministic" label generation. theres a couple of unit test failures that need to be fixed but most are passing.
- also some tweaks to unicode result column names; no longer chopping out characters from the names, since the name might be composed of all non-ascii characters.  mysql needs some work here since its returning, i think, the unicode's internally-encoded bytes directly within a bytestring.
- need to simplify the amount of dictionaries present in ANSICompiler, its pretty hard to follow at this point.
2007-07-16 18:55:05 +00:00
..
2007-06-24 19:58:41 +00:00
2007-07-01 18:27:08 +00:00
2007-07-15 15:42:47 +00:00
2007-07-16 16:06:16 +00:00