Browse Source
Implement a php function so that the following SQL can be used:
Implement a php function so that the following SQL can be used:
SELECT php('md5', sql) from sqlite_master
The php function has takes the name of a php function to call as the first
parameter; each additional parameter is passed on to the function, much like
call_user_func().
You can call both built-in and script-defined functions in this way.
migration/unlabaled-1.3.2
1 changed files with 79 additions and 0 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue