aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-07-30 10:27:29 +0100
committerRalph Amissah <ralph@amissah.com>2007-07-30 10:27:29 +0100
commitfe2f6c9a1155dbb595bba5f99bf49df77ecd9d9c (patch)
treefeef7ded06893300b233aa6e60486d597a5319a4
parenturl matching, semi-colon as possible terminator, in dal match https (diff)
increase size of identifier in db, automatically constructed in param
-rw-r--r--CHANGELOG3
-rw-r--r--lib/sisu/v0/db_columns.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c7f444aa..068e2d4f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.55.7.orig.tar.gz
* add semi-colon as possible url terminator
* dal match https
+ * db increase identifier size, (varchar 256 from 100) url automatically
+ constructed in param
+
%% sisu_0.55.6.orig.tar.gz (2007-07-28:30/6)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.55.6.orig.tar.gz
69368f8eb4da28d07f3a1ee1ea5b89f3 1271022 sisu_0.55.6.orig.tar.gz
diff --git a/lib/sisu/v0/db_columns.rb b/lib/sisu/v0/db_columns.rb
index 29f617b6..5699e72e 100644
--- a/lib/sisu/v0/db_columns.rb
+++ b/lib/sisu/v0/db_columns.rb
@@ -115,7 +115,7 @@ module SiSU_DB_columns
100
end
def lt_identifier
- 100
+ 256
end
def lt_source
100