9 Commits

Author SHA1 Message Date
Frantisek Sumsal
e3b15762d1 Use TEXT instead of BLOB for PostgreSQL
PostgreSQL doesn't have BLOB type and the most similar
equivalent BYTEA would require several changes in Stikked's
code. Thankfully, TEXT is a suitable alternative in this case.
2016-07-04 14:55:36 +02:00
Claude
1221a712f3 create new object 2015-09-30 12:24:52 +02:00
Claude
ab3afec3f4 sqlite3 support, yiiiha! 2015-09-02 13:15:12 +02:00
Claude
a9c5fee0c6 db must be first initialized before any sessions start 2015-09-02 12:21:57 +02:00
Claude
57b2efcfdc -profiler 2015-09-01 22:58:51 +02:00
Claude
0b040a42d9 captcha check 2015-09-01 22:50:52 +02:00
Claude
b2f07844bd sigh 2015-09-01 22:21:09 +02:00
Claude
09959e9fec session handling 2015-09-01 21:44:35 +02:00
Claude
cfabdfbeec ucfirst classes 2015-09-01 17:05:34 +02:00