- 18 Jul, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 11 Jul, 2017 1 commit
-
-
Paul Charlton authored
-
- 07 Jul, 2017 7 commits
-
-
James Lopez authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
James Lopez authored
-
- 29 Jun, 2017 1 commit
-
-
Yorick Peterse authored
These attributes are stored in binary in the database, but exposed as strings. This allows one to query/create data using plain SHA1 hashes as Strings, while storing them more efficiently as binary.
-
- 27 Jun, 2017 2 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 26 Jun, 2017 11 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 21 Jun, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 19 Jun, 2017 1 commit
-
-
Yorick Peterse authored
When using update_column_in_batches the upper limit on the batch size is now 1000. This ensures that for very large tables we don't lock tens of thousands of rows during the update. This in turn should reduce the likelyhood of running into deadlocks.
-
- 13 Jun, 2017 1 commit
-
-
blackst0ne authored
-
- 25 May, 2017 1 commit
-
-
Nick Thomas authored
-
- 18 May, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 15 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 12 May, 2017 3 commits
-
-
James Lopez authored
-
Bob Van Landuyt authored
For exact matches, not namespaces that end with an invalid path
-
Yorick Peterse authored
By adding the default value _after_ adding the column we avoid updating all rows in a table, saving a lot of time and unnecessary work in the process.
-
- 11 May, 2017 1 commit
-
-
Bob Van Landuyt authored
MySQL doesn't allow us to create a trigger for a column that doesn't exist yet. Failing with this error: ``` Mysql2::Error: Unknown column 'build_events' in 'NEW': CREATE TRIGGER trigger_6a80c097c862_insert BEFORE INSERT ON `services` FOR EACH ROW SET NEW.`build_events` = NEW.`job_events` ``` Creating the new column before creating the trigger avoids this.
-
- 02 May, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 01 May, 2017 5 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-