php-src/ext/sqlite/TODO

14 lines
342 B
Plaintext
Raw Normal View History

- Implement an aggregating php function handler for use in SQL statements and
2003-04-17 01:37:42 +00:00
triggers etc.
2003-04-17 18:56:34 +00:00
- Add user-space callback for the authorizer function (this is potentially
very slow, so it needs to be implemented carefully).
2003-04-17 19:01:26 +00:00
- Add user-space callback to handle busy databases.
2003-04-17 19:02:10 +00:00
- Implement persistent "connections".
2003-04-18 12:23:14 +00:00
- Test-suite
2003-04-17 01:37:42 +00:00
vim:tw=78