diff options
Diffstat (limited to 'drivers/adodb-sqlite.inc.php')
| -rw-r--r-- | drivers/adodb-sqlite.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/adodb-sqlite.inc.php b/drivers/adodb-sqlite.inc.php index 390df10f..05335f34 100644 --- a/drivers/adodb-sqlite.inc.php +++ b/drivers/adodb-sqlite.inc.php @@ -348,9 +348,9 @@ class ADODB_sqlite extends ADOConnection { } return $indexes; } - + /** - * Returns the maximum size of a MetaType C field. Because of the + * Returns the maximum size of a MetaType C field. Because of the * database design, sqlite places no limits on the size of data inserted * * @return int @@ -361,7 +361,7 @@ class ADODB_sqlite extends ADOConnection { } /** - * Returns the maximum size of a MetaType X field. Because of the + * Returns the maximum size of a MetaType X field. Because of the * database design, sqlite places no limits on the size of data inserted * * @return int |
