Functions summary
| awl_replace_sql_args |
Replaces PostgreSQL query with escaped parameters in preparation for execution. |
| clean_string |
Clean a string of many suspicious characters |
| connect_configured_database |
Connect to the database defined in the $c->dbconn[] array |
| duration |
A duration (in decimal seconds) between two times which are the result of calls
to microtime() |
| qpg |
Quote the given string (depending on its type) so that it can be used safely in
a PostgreSQL query without fear of SQL injection errors. |