projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a32f69c
)
Fix typo
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 17:39:52 +0000
(13:39 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 17:41:47 +0000
(13:41 -0400)
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php
b/framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php
index
591e57e
..
19659d4
100644
(file)
--- a/
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php
+++ b/
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php
@@
-220,7
+220,7
@@
class Horde_Db_Adapter_Sqlite_Schema extends Horde_Db_Adapter_Base_Schema
*/
public function addColumn($tableName, $columnName, $type, $options=array())
{
- /* Ignore ':autoincrement' - it is handled automatically
m
y SQLite
+ /* Ignore ':autoincrement' - it is handled automatically
b
y SQLite
* for any 'INTEGER PRIMARY KEY' column. */
if ($this->transactionStarted()) {
throw new Horde_Db_Exception('Cannot add columns to a SQLite database while inside a transaction');