ValentinVignal
|
4041eec6d5
|
chore: Re-run build runner
|
2023-09-21 11:36:39 +08:00 |
ValentinVignal
|
d001ad533f
|
revamp: Rename actualTableNameStatic into $name
|
2023-09-21 11:36:10 +08:00 |
ValentinVignal
|
5b6571ec7f
|
doc: Update the changelogs
|
2023-09-20 21:59:31 +08:00 |
ValentinVignal
|
0176dac2e6
|
chore: Run build runner
|
2023-09-20 21:56:07 +08:00 |
ValentinVignal
|
8161d96323
|
feat: Add getter actualTableNameStatic
|
2023-09-20 21:42:23 +08:00 |
Simon Binder
|
3b81babb53
|
Merge pull request #2617 from jmatth/fix-migration-conflicts
Preventing getter name conflicts in step-by-step migrations
|
2023-09-19 22:59:06 +02:00 |
Joshua Matthews
|
3dd2ff4a6f
|
Removing debug print
|
2023-09-19 14:38:35 -04:00 |
Simon Binder
|
0ed7358f62
|
Add utility for reading columns with converter
|
2023-09-19 20:32:30 +02:00 |
Simon Binder
|
2f732202b0
|
Show correct annotation name in tables error
|
2023-09-19 20:32:30 +02:00 |
Paul Crimes
|
c3d63c36e7
|
updated to gradle wrapper and tools to 7.5 to match the properties of dependency filepicker
|
2023-09-19 20:30:31 +02:00 |
Paul Crimes
|
5594921c39
|
fixed symlinks to new legacy_web directory
|
2023-09-19 20:30:19 +02:00 |
Joshua Matthews
|
f69a0db911
|
Adding unit tests for SchemaVersionWriter
|
2023-09-19 11:12:59 -04:00 |
Joshua Matthews
|
73e417d451
|
Adding comment explaining name reservation during codegen
|
2023-09-19 09:54:52 -04:00 |
Josh Matthews
|
0af636edd0
|
Fixing typo in drift_dev/lib/src/writer/writer.dart
Co-authored-by: Simon Binder <oss@simonbinder.eu>
|
2023-09-19 09:53:27 -04:00 |
Joshua Matthews
|
10e0336310
|
Moving name reservation into Scope
|
2023-09-18 11:46:32 -04:00 |
Joshua Matthews
|
ed1cd9f4e9
|
Preventing naming conflicts between table columns and existing class fields
|
2023-09-18 10:20:45 -04:00 |
Simon Binder
|
c8bce4c1e3
|
Merge pull request #2615 from paldepind/patch-1
Add missing "not" in documentation for TypeConverter
|
2023-09-17 22:02:10 +02:00 |
Simon Friis Vindum
|
82c4668184
|
Add missing "not" in documentation for TypeConverter
|
2023-09-17 18:40:51 +02:00 |
Simon Binder
|
069c4c76c3
|
Describe how to open an in-memory wasm database
|
2023-09-16 13:26:43 +02:00 |
Simon Binder
|
909c01bc5d
|
Add await before return in restoreOrResolve
|
2023-09-16 13:26:43 +02:00 |
Simon Binder
|
8300782662
|
Fix cli test
|
2023-09-14 18:32:43 +02:00 |
Simon Binder
|
d0b176e290
|
Add docs and changelog entries
|
2023-09-14 18:28:55 +02:00 |
Simon Binder
|
1958dd5cae
|
Add tests for Dart index
|
2023-09-14 18:21:14 +02:00 |
Simon Binder
|
78b520f55d
|
Generate code for Dart-defined index
|
2023-09-14 17:57:57 +02:00 |
Simon Binder
|
f81e9d8c4b
|
Write new index information into schema file
|
2023-09-14 17:31:18 +02:00 |
Simon Binder
|
93b9cc512d
|
Analyze index annotations for tables
|
2023-09-14 15:37:21 +02:00 |
Simon Binder
|
0fd19ab576
|
Fix drift_dev tests
|
2023-09-10 22:46:50 +02:00 |
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 |