diff options
author | wei <> | 2007-10-08 00:59:27 +0000 |
---|---|---|
committer | wei <> | 2007-10-08 00:59:27 +0000 |
commit | c31900c9c909f42b722bfb03b164d548b602cdd4 (patch) | |
tree | 43c6972ef58134aede5a99880740a1dfa0bd0060 /framework/Data/Common/Sqlite/TSqliteMetaData.php | |
parent | b7a0c37ad82ef4dcfb031643434538d600e37757 (diff) |
Fixed #716
Diffstat (limited to 'framework/Data/Common/Sqlite/TSqliteMetaData.php')
-rw-r--r-- | framework/Data/Common/Sqlite/TSqliteMetaData.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Data/Common/Sqlite/TSqliteMetaData.php b/framework/Data/Common/Sqlite/TSqliteMetaData.php index aa2ed724..3b63fcef 100644 --- a/framework/Data/Common/Sqlite/TSqliteMetaData.php +++ b/framework/Data/Common/Sqlite/TSqliteMetaData.php @@ -177,5 +177,5 @@ CREATE TABLE bar CONSTRAINT fk_foo_id REFERENCES foo(id) ON DELETE CASCADE
);
*/
- +
?>
\ No newline at end of file |