Commit 1960e93
committed
Prepare v0.10.8
## Bug Fixes
* [PDO & SQLite] Quoting (#1542)
* [Postgres] Fix truncate table (#1555, #1474)
* [SQLite] Fix truncate table (#1556)
* [SQLite] Fixes to index handling (#1545)
* [SQLite] Improved dropDatabase, and other minor fixes (#1533)
* [SqlServer] Fix SqlServer syntax after making precision alias of limit (#1529)
## New Features
* Add double type (#1493)
* Introduce `--set` and `--unset` options for breakpoints (#1560)
* [SQLite] Implement hasPrimaryKey and hasForeignKey (#1548)
* [SQLite] New implementation of getColumns (#1554)
## Other Changes
* Document that double is now a valid column type (#1527)
* Enable testing for PHP 7.3
* Typos in documentation (#1525)
* Updated documentation regarding the use of saveData() rather than save() in seeds (#1473)1 parent c34ace8 commit 1960e93
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments