~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jamu Kakar
  • Date: 2009-10-23 19:19:16 UTC
  • mfrom: (329.3.1 mysql-reserved-words)
  • Revision ID: jkakar@kakar.ca-20091023191916-6jfp30ed3l2bl1se
Merged mysql-reserved-words [r=gabriel,jamesh] [f=433833]

MySQL reserved words that weren't treated properly before are
handled correctly now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 - The ResultSet min, max and sum methods now work correctly when the
16
16
   result set is empty and the column has allow_none=False set.
17
17
   Previously this resulted in a NoneError (bug #457801).
 
18
 - MySQL reserved words are handled properly (bug #433833).
18
19
 
19
20
 
20
21
0.15 (2009-08-07)