Visman
c688ce1ac8
Change o_announcement
2021-12-19 13:39:23 +07:00
Visman
9818b20559
Change o_regs_verify
2021-12-19 13:36:42 +07:00
Visman
89d823d508
Change o_regs_allow
2021-12-19 13:34:23 +07:00
Visman
75e4e11029
Change o_smtp_ssl
2021-12-19 13:26:28 +07:00
Visman
55b708e9cd
Change o_topic_subscriptions
2021-12-19 13:23:13 +07:00
Visman
a2f8b0c232
Change o_forum_subscriptions
2021-12-19 13:17:59 +07:00
Visman
1a89c6b878
Delete o_search_all_forums
2021-12-19 13:08:50 +07:00
Visman
55ba45e6a8
Change o_avatars
2021-12-19 13:04:28 +07:00
Visman
6b98c30aeb
Change o_regs_report
2021-12-19 13:00:41 +07:00
Visman
b1f06f0385
Delete o_quickjump
2021-12-19 12:57:49 +07:00
Visman
bc66a61583
Update Admin\Update page
2021-12-19 12:54:08 +07:00
Visman
e4255b48be
Change o_topic_views
2021-12-19 12:52:10 +07:00
Visman
0dd4668665
Change o_show_dot
2021-12-19 12:48:28 +07:00
Visman
ab3e4dd1f6
Change o_censoring
2021-12-19 12:45:17 +07:00
Visman
7916b5c128
Change o_users_online
2021-12-19 12:42:23 +07:00
Visman
14b859051c
Change o_quickpost
2021-12-19 12:39:52 +07:00
Visman
8b6acc5d7f
Change o_smilies and o_make_links
2021-12-19 12:36:51 +07:00
Visman
d89ba87a2b
Change o_smilies_sig
2021-12-19 12:28:54 +07:00
Visman
a394735f89
Change o_show_post_count
2021-12-19 12:25:27 +07:00
Visman
848bd4af1e
Change o_show_user_info
2021-12-19 12:21:53 +07:00
Visman
55620c81c2
Change o_redirect_delay
2021-12-19 12:18:03 +07:00
Visman
a8aec1a9f7
Change o_timeout_online
2021-12-19 12:14:47 +07:00
Visman
e6ecc16327
Change o_timeout_visit
2021-12-19 12:12:01 +07:00
Visman
f934dca667
Update readme.md
2021-12-18 22:46:41 +07:00
Visman
ee23c0b383
Update Admin\Install page
2021-12-18 20:58:23 +07:00
Visman
49c00d420b
Update DB\Sqlite #10
...
A crutch in the dropField() method for SQLite prior to version 3.36.0.
2021-12-18 19:02:02 +07:00
Visman
e7a04c18cd
Update Search\Execute
...
Add ESCAPE for LIKE for CJK.
2021-12-18 12:55:45 +07:00
Visman
56c0b67525
Update DB\Sqlite
...
#10
2021-12-18 01:04:01 +07:00
Visman
a71cb56039
Fix WHERE ... LIKE ... for SQLite
...
https://github.com/forkbb/forkbb/pull/10
2021-12-18 00:51:59 +07:00
Visman
2b546af3b9
Fix DB
2021-12-18 00:26:37 +07:00
Visman
975ab6190f
Merge pull request #10 from forkbb/add_SQLite
...
Add SQLite support
2021-12-17 16:40:06 +07:00
Visman
8a36e2d251
Update readme.md
2021-12-17 16:24:18 +07:00
Visman
da7d4d4e03
Set journal_mode for installation only
...
SQLite keeps the mode journal_mode = WAL in the database until setting a different mode with PRAGMA journal_mode=...
2021-12-17 16:17:38 +07:00
Visman
ef78e141ba
Update Admin\Install page
...
Set journal_mode=WAL by default for SQLite.
2021-12-17 16:02:17 +07:00
Visman
c0be6d857d
Fix Core\ErrorHandler
...
For errors in the engine config file.
2021-12-17 14:44:41 +07:00
Visman
f6dfd6fdcd
Update DB\Sqlite
...
More data for server statistics.
2021-12-17 14:29:50 +07:00
Visman
a6d4ae6037
Update Admin\Install page
...
Add additional DB options installation.
2021-12-17 14:28:57 +07:00
Visman
274ea421de
Update DB\SqliteStatement #9
...
Fix for PHP 8.0 - 8.0.6.
2021-12-16 23:13:24 +07:00
Visman
bf0ccae33c
Update Admin\Install page
2021-12-16 22:37:36 +07:00
Visman
f278136617
Update Admin\Install page
2021-12-16 22:21:51 +07:00
Visman
8c1f4a9503
Update DB\AbstractStatement #9
...
Add fetchAll() method.
2021-12-16 19:00:35 +07:00
Visman
9c813d46cb
Update DB\AbstractStatement
2021-12-16 16:51:23 +07:00
Visman
0b5e9b77f0
Add setFetchMode() to DB\AbstractStatement #9
2021-12-16 15:43:31 +07:00
Visman
2073aceed7
Update DB\AbstractStatement #9
...
In the case of -> fetch (PDO :: FETCH_COLUMN), the method should return the value from the first column of the row, not an array with the data of all columns of the row.
2021-12-16 13:09:23 +07:00
Visman
0d443ff683
Update DBStatement for SQLite #9
...
I had to split DBStatement for SQLite into two branches: for PHP 7 and for PHP 8, otherwise it does not allow inheriting the PDOStatement class.
2021-12-16 11:03:43 +07:00
Visman
481489f505
Remove debug output
2021-12-15 23:22:07 +07:00
Visman
3bd0a4aa3b
Fix DB\SqliteStatement for #9
...
For tables with no integer/boolean fields.
2021-12-15 19:31:11 +07:00
Visman
b12b96ccd5
Fix DB\AbstractStatement
...
#9
2021-12-15 18:05:53 +07:00
Visman
1077d2c6b6
Type conversion for #9
...
Added BOOLEAN to SQLite types.
Expanded DBStatement (started).
The fecth() method for INTEGER and BOOLEAN fields returns integer/float(?) and bool data.
2021-12-15 17:16:54 +07:00
Visman
59dfe8004c
Add getType() method
2021-12-15 12:46:09 +07:00