From 280683c06732b3e47c4249ac93880bb0adcb4969 Mon Sep 17 00:00:00 2001 From: ygrek Date: Sun, 5 Jul 2009 15:06:12 +0300 Subject: [PATCH] todo -1 --- TODO | 1 - changelog | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index d5fe3d5..e787252 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ * allow to parametrize SQL syntax itself (ORDER BY ASC|DESC) : unsafe and enumeration * allow to tolerate errors in query -* support explicit values in VALUES * split overview into several pages * some database API are inadequately strict about data types (notably ADO.NET), need native-type annotations in queries * choose better names for some common cases (WHERE id = ? etc) diff --git a/changelog b/changelog index a7fb05e..538e733 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,11 @@ sqlgg changelog --------------- +0.2.3 +? + + sql: ORDER BY, explicit VALUES + + csharp: IEnumerable<> + 0.2.2 2009-06-28 + generate C# -- 2.11.4.GIT