Skip to content

Commit

Permalink
noting some items to work on
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Feb 18, 2015
1 parent 7b90d05 commit 249ff10
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Future Release possibilties:
- rebuild statement constants
- look at all pragma statements

## SQLite API:
- authorizers
- loading of extensions
- loading of extensions -- readfile / writefile
- utf-16 integration
- create_collation
- encryption key support
- expose sqlite3_strnicmp
- table name and column name in a type map?
- type conversion for manifest typing? how to allow it through?
- explicit pragma handler
- application_id pragma setter

## Non backwards compatible changes:
- change the schema objects to be more consistent
Expand All @@ -28,6 +31,9 @@
- statement status ( sqlite3_stmt_status )
- db status ( sqlite3_db_status )
- library status ( sqlite3_status )
- sqlite3_index_info
- sqlite3_create_function has 4th parameter SQLITE_DETERMINISTIC
- sqlite3_rtree_query_callback()

## Drivers:
- data mapper driver
Expand All @@ -47,3 +53,5 @@
prepared statement
- sqlite_sourceid, sqlite_source_id
- sqlite3_strnicmp
-

0 comments on commit 249ff10

Please sign in to comment.