We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc9792 commit 382230fCopy full SHA for 382230f
shared/ez_sql_core.php
@@ -6,7 +6,7 @@
6
/**
7
* ezSQL Constants
8
*/
9
- defined('EZSQL_VERSION') or define('EZSQL_VERSION', '3.12');
+ defined('EZSQL_VERSION') or define('EZSQL_VERSION', '3.13');
10
defined('OBJECT') or define('OBJECT', 'OBJECT');
11
defined('ARRAY_A') or define('ARRAY_A', 'ARRAY_A');
12
defined('ARRAY_N') or define('ARRAY_N', 'ARRAY_N');
0 commit comments