author | mickeyl <mickeyl> | 2003-08-10 15:40:31 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-08-10 15:40:31 (UTC) |
commit | 616e919ff6aea6a30e18edb37128c229e806beae (patch) (unidiff) | |
tree | 31e36f7d631b3dc55460aefd05bc6a455e73ace1 /libopie2/opiedb/TODO | |
parent | dfcbe21d8b263c13283e226bd16596c2d7c2f9a3 (diff) | |
download | opie-616e919ff6aea6a30e18edb37128c229e806beae.zip opie-616e919ff6aea6a30e18edb37128c229e806beae.tar.gz opie-616e919ff6aea6a30e18edb37128c229e806beae.tar.bz2 |
merge zeckes libsql into libopie2
-rw-r--r-- | libopie2/opiedb/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libopie2/opiedb/TODO b/libopie2/opiedb/TODO new file mode 100644 index 0000000..ca04ac6 --- a/dev/null +++ b/libopie2/opiedb/TODO | |||
@@ -0,0 +1,9 @@ | |||
1 | * something like Capabilities of a Driver | ||
2 | - ROWID | ||
3 | - How to declare INTEGER PRIMARY KEY | ||
4 | - Abstract from implementation of some dbs | ||
5 | - provides( Type::What ) | ||
6 | |||
7 | * OSQLDriver DriverVersion - DatabaseVersion | ||
8 | * Better OSQLQueries | ||
9 | - more than OSQLRawQuery \ No newline at end of file | ||