2005-02-07 03:59:32 +08:00
|
|
|
- Implement a PDO driver, called sqlite2
|
|
|
|
|
2003-04-20 21:33:46 +08:00
|
|
|
- Transparent binary encoding of return values from PHP callback functions.
|
|
|
|
|
2003-04-18 02:56:34 +08:00
|
|
|
- Add user-space callback for the authorizer function (this is potentially
|
|
|
|
very slow, so it needs to be implemented carefully).
|
|
|
|
|
2003-04-18 03:01:26 +08:00
|
|
|
- Add user-space callback to handle busy databases.
|
|
|
|
|
2003-04-18 20:23:14 +08:00
|
|
|
- Test-suite
|
|
|
|
|
2003-04-20 23:13:04 +08:00
|
|
|
o Test how robust we are when a user-space function is registered as
|
|
|
|
a callback for a persistent connection in script A, then script B is
|
|
|
|
called that doesn't register the callback but does make use of the
|
|
|
|
function in an SQL query.
|
|
|
|
--> Our test suite doesn't allow us to test persistent connections
|
|
|
|
at this time :/
|
|
|
|
|
2003-04-17 09:37:42 +08:00
|
|
|
vim:tw=78
|