Commit Graph

3231 Commits

Author SHA1 Message Date
Simon Binder da0392c7ce
Update packages used in documentation 2023-09-10 22:19:41 +02:00
Simon Binder c3d2065d96
Fix example snippet 2023-09-09 15:32:56 +02:00
Drew Ballance def066ad26
doc: add docs around moving to step-by-step migrations 2023-09-08 14:57:09 -05:00
Simon Binder 71f839d9b6
Prepare drift_dev hotfix release 2023-09-07 17:24:57 +02:00
Simon Binder 17b1738819 Add macOS target to example app 2023-09-07 15:20:10 +02:00
Simon Binder 84659e06fd
Support table-valued functions 2023-09-06 23:48:10 +02:00
Simon Binder 4c2841d1df
dialect -> dialects in builder docs 2023-09-05 14:58:27 +02:00
Simon Binder 79dda8668b
Resolve imports across exports 2023-09-03 22:34:40 +02:00
Simon Binder 9ada08d2d6
Update snippets on encryption page 2023-08-31 20:13:09 +02:00
Simon Binder 1f7954d6a9
Fix example builds 2023-08-31 11:17:17 +02:00
Simon Binder 043d41ee73
Remove docs references to connect constructor 2023-08-31 10:57:54 +02:00
Simon Binder 303d738749
Prepare 2.11.1 release 2023-08-27 17:11:04 +02:00
Simon Binder c1c848465a
Fix compatibility check in wasm website 2023-08-27 16:29:55 +02:00
Simon Binder 3403161178
Expose `runMigrationSteps`, add docs 2023-08-27 15:31:48 +02:00
Simon Binder 18b11d7bb5
Merge pull request #2581 from nikitadol/develop
fix code generation for `enum` with generics
2023-08-27 07:12:21 +02:00
Nikita Dauhashei f408991ee7
fix test 2023-08-26 20:54:38 +02:00
Nikita Dauhashei 9575612840
fix code generation for `enum` with generic 2023-08-26 20:18:03 +02:00
Simon Binder 84e251121e
Fix sources for targets in `drift` 2023-08-26 19:45:57 +02:00
Simon Binder 5aaeddd9d3
Merge pull request #2574 from bringbackthedog/bringbackthedog-patch-1
Update web.md
2023-08-24 09:27:56 +02:00
Lenz Paul 2597711c64
Update web.md
Correcting typo
2023-08-23 10:52:40 -04:00
Simon Binder d06b0b0a77 Add test and changelog entry for join fix 2023-08-23 14:49:30 +02:00
Simon Binder b5a564f055 Allow row.read for implicitly added columns 2023-08-23 14:44:37 +02:00
Simon Binder a84839cd66 Update docs on private Firefox tabs (#2570) 2023-08-20 16:09:13 +02:00
Simon Binder 6408d93a7c Merge branch 'elitree/develop' into develop 2023-08-19 23:03:41 +02:00
Simon Binder 42fffeed2c Use absolute path when opening wasm file 2023-08-19 23:01:47 +02:00
Simon Binder 895ff52761 Add API for finegrained control for steps by steps 2023-08-19 22:39:38 +02:00
Simon Binder fe242e5a17 Support `timediff` and `octet_length` 2023-08-17 17:30:45 +02:00
Simon Binder d84767b93d Support references to builtin tables (#2567) 2023-08-17 00:15:36 +02:00
Eli Geller 6d802449b4
typo fix 2023-08-14 18:25:18 -04:00
Eli Geller 4e28e5f5b9
remove leading slashes from URI paths 2023-08-14 18:21:09 -04:00
Simon Binder 3e50d70460
Re-generate sources in `drift/` 2023-08-13 19:10:16 +02:00
Simon Binder 9c21e17d91
Add import references to generated insertable 2023-08-13 18:59:31 +02:00
Simon Binder f8635469d4
Emit direct imports in preprocess step 2023-08-13 11:10:31 +02:00
Simon Binder 7f6e22b892
Avoid using `findLibraryByName` 2023-08-12 23:28:47 +02:00
Simon Binder 83885791c7
Fix parser crashes around `CREATE` 2023-08-12 22:33:54 +02:00
Simon Binder fb0533c204
Consistently normalize URLs in CLI tool 2023-08-12 22:28:48 +02:00
Simon Binder 92dd82f49c
Restore cache on a per-element basis 2023-08-12 22:03:58 +02:00
Simon Binder 90d8fdc61a
Also optimize looking up Dart references 2023-08-12 14:51:49 +02:00
Simon Binder 788420b614
Avoid resolving all transitive imports in build 2023-08-12 14:35:16 +02:00
Simon Binder f857cb17b5
Prepare 2.11.0 release 2023-08-11 15:20:22 +02:00
Simon Binder fa83fbe876
Mention `WasmDatabase.probe()` in changelog 2023-08-10 17:37:15 +02:00
Simon Binder 08fa63069c
Merge branch 'list-wasm-databases' into develop 2023-08-10 17:36:12 +02:00
Simon Binder 726b5ae862
Mention companions in getting started docs 2023-08-10 17:35:24 +02:00
Simon Binder f3e6ef26c4
Add substr to Dart query builder (#2555) 2023-08-10 16:38:28 +02:00
Simon Binder fae8be00d2
Re-run builder in example app 2023-08-09 21:03:36 +02:00
Simon Binder 1036d7f685
Add warning about old worker files 2023-08-09 18:17:25 +02:00
Simon Binder 9d4d3cd2a4
Support deleting databases 2023-08-09 18:13:45 +02:00
Simon Binder 0ed132f642
Fix crash at trailing comma in FROM clause 2023-08-09 15:24:10 +02:00
Simon Binder b774290b3a
Fix wasm tests 2023-08-07 22:26:36 +02:00
Simon Binder 747b5be0eb
Draft for wasm probe API 2023-08-07 12:10:34 +02:00