This website requires JavaScript.
Explore
Help
Sign In
a
/
gosora
Watch
1
Star
0
Fork
0
You've already forked gosora
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e1a3ec1f1d
gosora
/
schema
/
mssql
/
query_sync.sql
3 lines
60 B
MySQL
Raw
Normal View
History
Unescape
Escape
Mostly a mid-way technical commit to make reading diffs easier on me. Split the relativeTime function into relativeTime and relativeTimeFromString. Refactored the installer. Made a lot of progress with PgSQL and MSSQL support, mostly MSSQL. Made a lot of progress on the automated testing suite. Added eqcss to the file extension list. ..depressed.. Fixed various bugs here and there. gen_mysql.go is now properly excluded when the pgsql or mssql build tag is passed. The BBCode plugin is now always initialised prior to it's test. We've begun transitioning towards deserializing database times directly into time.Times rather than doing it every time on the spot. Added more dev flags. The tests now make use of a test database rather than the production database.
2017-10-14 07:39:22 +00:00
CREATE
TABLE
[
sync
]
(
remove more useless files
2022-02-21 03:16:15 +00:00
[
last_update
]
datetime
not
null
Mostly a mid-way technical commit to make reading diffs easier on me. Split the relativeTime function into relativeTime and relativeTimeFromString. Refactored the installer. Made a lot of progress with PgSQL and MSSQL support, mostly MSSQL. Made a lot of progress on the automated testing suite. Added eqcss to the file extension list. ..depressed.. Fixed various bugs here and there. gen_mysql.go is now properly excluded when the pgsql or mssql build tag is passed. The BBCode plugin is now always initialised prior to it's test. We've begun transitioning towards deserializing database times directly into time.Times rather than doing it every time on the spot. Added more dev flags. The tests now make use of a test database rather than the production database.
2017-10-14 07:39:22 +00:00
)
;
Reference in New Issue
Copy Permalink