- 10 Apr, 2018 1 commit
-
-
louiz’ authored
PLEASE backup your database before testing this commit, and report any migration issue. In postgresql, we use timestamp with timezone. In sqlite3 we use REAL (the date is expressed as julianday) This requires a migration of the muclogline_ table: In postgresql it’s pretty simple, we convert all the integer into timestamps With sqlite3, we actually rename the table, create the new one with the correct type, then copy everything to the new table, with a conversion function for the Date_ column, and then we delete the old table. fix #3343
-
- 19 Mar, 2018 1 commit
-
-
louiz’ authored
fix #3317
-
- 18 Mar, 2018 2 commits
- 17 Mar, 2018 1 commit
-
- 16 Mar, 2018 1 commit
-
-
louiz’ authored
-
- 12 Mar, 2018 2 commits
- 13 Feb, 2018 2 commits
- 11 Feb, 2018 1 commit
-
-
louiz’ authored
-
- 10 Feb, 2018 2 commits
- 02 Dec, 2017 1 commit
-
-
louiz’ authored
-
- 09 Sep, 2017 1 commit
-
-
louiz’ authored
fix #3293
-
- 26 Aug, 2017 1 commit
-
-
louiz’ authored
-
- 15 Jul, 2017 1 commit
-
-
louiz’ authored
-
- 08 Jul, 2017 1 commit
-
-
louiz’ authored
By using SFINAE to use that member only when it exists.
-
- 06 Jul, 2017 1 commit
-
-
louiz’ authored
-
- 16 Jun, 2017 1 commit
-
-
louiz’ authored
ref #3269
-
- 14 Jun, 2017 2 commits
- 13 Jun, 2017 2 commits
-
-
louiz’ authored
-
- 30 Mar, 2017 1 commit
-
-
louiz’ authored
This makes us compatible with mam 6.0 fix #3249
-
- 29 Mar, 2017 1 commit
-
-
louiz’ authored
-
- 04 Sep, 2016 1 commit
-
-
louiz’ authored
-
- 22 Aug, 2016 1 commit
-
-
louiz’ authored
Instead of doing a broken SQL request that returns weird lines
-
- 21 Aug, 2016 2 commits
- 12 Aug, 2016 1 commit
-
-
louiz’ authored
-
- 11 Jul, 2016 1 commit
-
-
louiz’ authored
Do not use a singleton for the database. fix #3203
-
- 04 Jul, 2016 1 commit
-
-
louiz’ authored
It’s $CURRENT_YEAR
-
- 04 May, 2016 1 commit
-
-
louiz’ authored
Move all constructors at the top of classes
-
- 04 Jan, 2016 1 commit
-
-
louiz’ authored
And a way to retrieve its values, defaulting on the ServerOptions for unset values.
-
- 18 Sep, 2015 1 commit
-
-
louiz’ authored
Uses litesql
-