diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-18 08:05:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-18 08:05:39 +0200 |
commit | 5e1c6dc817bd87f7896bd12ada198f69775f86c2 (patch) | |
tree | 7a46e5af6e80299454ffd311a651495470954c12 | |
parent | 636072c706ae5010c6f35ca5104e2e55ce74f08e (diff) |
Add couple bugs/features
-rw-r--r-- | bug/list | 6 | ||||
-rw-r--r-- | feature/query/list | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,9 +1,15 @@ +! Mac OS excetion/error handling not working (-D in options file) + ! Use to_string()/sto*() instead of stringstream [c++11] Those use the "C" locale instead of the default locale. See email from <andrey.psv@gmail.com>/14-Jul-2015. +- Locale issue in Qt Date/Time parsing in SQLite + + See email from <adanesh@noornet.net>/08-Sep-2015. + ! Documentation needed [doc] - points_to pragma diff --git a/feature/query/list b/feature/query/list index 2b6b58a..5d4b2d7 100644 --- a/feature/query/list +++ b/feature/query/list @@ -1,3 +1,5 @@ +- Support for comparing composite value members in queries + - Support for out parameters in SQL Server stored procedures [mssql] Seems like re-using the by-ref machinery is the most sensible way. @@ -16,7 +18,6 @@ Add test for MySQL and all the other databases (have some code saved). - - Add the call() function to call stored procedures [c++11] Will have a variadic number of arguments so one doesn't have to |