log

age author description
Sun, 13 Dec 2020 13:47:13 +0200 Matti Hamalainen Cosmetic cleanup: remove trailing whitespace. default tip
Mon, 14 Oct 2019 10:54:32 +0300 Matti Hamalainen A stray 'FALSE' in Javascript code, change to 'false'.
Mon, 14 Oct 2019 10:49:10 +0300 Matti Hamalainen Cosmetic.
Mon, 14 Oct 2019 10:42:35 +0300 Matti Hamalainen Update README.
Mon, 14 Oct 2019 10:34:06 +0300 Matti Hamalainen Merge.
Mon, 14 Oct 2019 10:33:39 +0300 Matti Hamalainen Move database field length definitions from msite.inc.php to dbdefs.inc.php
Mon, 14 Oct 2019 10:31:39 +0300 Matti Hamalainen s/SET_LEN_/SQL_LEN_/g
Mon, 14 Oct 2019 10:31:20 +0300 Matti Hamalainen A stray 'TRUE' in Javascript code, change to 'true'.
Wed, 27 Sep 2017 14:16:11 +0300 Matti Hamalainen Improve error handling.
Thu, 16 May 2019 23:25:58 +0300 Matti Hamalainen Cosmetics.
Thu, 16 May 2019 23:25:49 +0300 Matti Hamalainen Improve stDBGetTableSchema().
Thu, 16 May 2019 21:59:44 +0300 Matti Hamalainen Merge.
Thu, 16 May 2019 21:57:32 +0300 Matti Hamalainen Cleanups.
Thu, 16 May 2019 12:44:17 +0300 Matti Hamalainen Use stDBPrepareSQL_V() to simplify stPrepareSQL() and stDBPrepareSQL().
Thu, 16 May 2019 12:43:48 +0300 Matti Hamalainen Add new helper function stDBPrepareSQL_V().