diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-12-13 10:13:06 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-12-13 10:13:06 -0500 |
commit | e376aee8f22ca46b5536803fc3d80e31f79da6ff (patch) | |
tree | b8dfbb24caa3bc4cf3cf683e44a9ab92c4dc9e34 /CHANGELOG | |
parent | 0a168e5f39165bd9e462813866c9a25dc2d6b688 (diff) |
Tweaking SQL parsing and typing
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Next ======== - Reifying expressions as URLs and redirecting to them explicitly +- More syntactic sugar for SQL +- Typing of SQL queries no longer exposes which tables were used in joins but + had none of their fields projected ======== 20091203 |