Simon Binder
8d3f490604
Add multi-dialect generation option
2023-07-26 23:59:06 +02:00
Simon Binder
94c4c1a8e0
Document #2537 better
2023-07-25 23:24:08 +02:00
Simon Binder
e433cff932
Update docs for nested columns
2023-07-24 21:10:04 +02:00
fabiancrx
ed06182dbf
fix typo
2023-07-21 11:59:46 -04:00
Simon Binder
03d3c837be
Add support for subqueries.
...
Closes #612 .
2023-07-20 22:30:20 +02:00
Prasanna Venkatesh T S
020d63a973
Fix typo in docs
2023-07-18 11:57:42 -05:00
Simon Binder
f6f2d54190
Highlight warning more
2023-07-06 21:58:45 +02:00
Brian Egan
3e6cf51eea
Only remove available implementations entries if they're available
2023-07-06 11:44:54 +01:00
Simon Binder
2420c8d7c6
Merge branch 'simple-schema-versions' into develop
2023-07-01 18:31:59 +02:00
Simon Binder
312fa3219f
Add docs for step-by-step migrations
2023-07-01 18:11:41 +02:00
Eli Geller
2538ed9e2a
web.md typo fixes ( #2500 )
...
Some small typo fixes.
Congrats on getting stable web support! And thanks!
2023-06-28 12:28:43 +02:00
M. Javad Pourqavam
e6cccafd40
Fix a typo in docs ( #2499 )
...
"acessing" to "accessing"
2023-06-27 16:10:25 +02:00
Simon Binder
81315c3d69
Migrate mentions of `flutter pub run`
2023-06-19 16:09:47 +02:00
Simon Binder
e5491beaeb
Update web-wasm documentation
2023-06-18 21:10:44 +02:00
Simon Binder
39953e13cc
Handle issues spawning workers better
2023-06-18 20:25:45 +02:00
Simon Binder
d465776726
Merge branch 'web-v2' into develop
2023-06-17 22:51:49 +02:00
Simon Binder
0bf6d0c384
Update web docs
2023-06-17 22:14:59 +02:00
Simon Binder
334e522276
Migrate some more doc references from old pkg name
2023-06-16 17:15:42 +02:00
Simon Binder
1e74aae972
Update new web documentation
2023-06-15 00:08:14 +02:00
Simon Binder
4411e0c459
Add `fatal_warnings` build option
2023-06-13 22:08:07 +02:00
Simon Binder
ec5927bc2a
Add web compatibility information to web page
2023-05-31 23:48:13 +02:00
Simon Binder
28417c52af
Fix lints and warnings added in Dart 3.0
2023-05-12 22:42:21 +02:00
Simon Binder
18868221d9
Support doc comments for columns in drift files
2023-05-10 12:00:44 +02:00
Eli Geller
54f6eea205
small typo fixes ( #2410 )
...
Co-authored-by: Eli Geller <eli@reportallusa.com>
2023-05-05 16:10:52 +02:00
Simon Binder
6bb2c3d2c5
Support named constructors for rows in drift file
2023-04-23 16:21:31 +02:00
Simon Binder
b4b4e350dd
Simplify creation of web workers for drift
2023-04-10 23:01:30 +02:00
Shion
d63701201a
Fix typo
2023-04-04 17:06:42 +02:00
Simon Binder
954de410a9
Add new clean architecture example
2023-03-21 17:41:42 +01:00
Simon Binder
a6bdd26c93
Remove outdated warnings about drift/wasm
2023-03-20 17:41:57 +01:00
Simon Binder
94744d54f3
Add documentation warning about defunct IDE
2023-03-11 22:16:39 +01:00
Simon Binder
23017f60e1
Improve docs for `computeWithDatabase`
2023-03-06 21:56:25 +01:00
Simon Binder
d9498bdb9d
Remove experimental warning for modular mode
2023-03-06 21:30:50 +01:00
Greg Price
3ab33227b7
Make explicit `schema generate` command for migration data tests
...
These flags are mentioned in the prose of this section, but it's
easy to miss them (or at least, I missed them) there and rely on
the `schema generate` command given in the previous section.
That one generates the expected files, but with this section's code
it leads to an error:
Unsupported operation: TableInfo.map in schema verification code
because the generated code has a stub implementation of `map`.
Make it easier to spot the need for these flags by providing an
explicit complete command using them.
2023-02-28 11:34:13 -08:00
Simon Binder
46390a2da5
Add `insertFromSelect` Dart API
2023-02-25 15:29:55 +01:00
Simon Binder
039ff942f7
Add docs on schema reflection
2023-02-17 18:21:52 +01:00
Simon Binder
d30d2a1212
Add backup/restore functionality to example app
2023-02-08 00:35:55 +01:00
Simon Binder
4bd5192e46
Improve documentation for isolates
2023-01-29 16:13:20 +01:00
Simon Binder
0d354b3bec
Deprecate special connect constructor
2023-01-28 16:53:35 +01:00
Simon Binder
83fad8426e
Make `generate_connect_constructor` the default
2023-01-28 16:14:27 +01:00
Simon Binder
2c63c1a64e
Update docs for Dart components in SQL
...
Scopes components are enabled by default, so the warning is no longer
necessary.
2023-01-22 22:53:45 +01:00
Simon Binder
ac7aa48933
Fix typo in FAQ docs
2023-01-10 11:59:03 +01:00
Simon Binder
ddb2b01b1c
Just reference the new package
2023-01-09 17:36:55 +01:00
Lungu Constantin
fab7957b68
Update faq.md
2023-01-09 14:01:38 +02:00
Simon Binder
d9072d7fac
Mention that casts work for drift types
2023-01-06 17:32:05 +01:00
Simon Binder
20e6b0d5fe
Fix crash, support type converters in views
2023-01-06 14:27:15 +01:00
Simon Binder
e562cb9d21
Support type converters in queries
2023-01-05 23:04:36 +01:00
Simon Binder
104cb9be07
Document builder option
2022-12-31 14:16:09 +01:00
Simon Binder
37101cf839
Add documentation and changelog
2022-12-27 22:26:31 +01:00
Simon Binder
5f8b1e3358
Recognize database files when dumping schema data
2022-12-15 16:47:44 +01:00
ValentinVignal
1e6a6cc666
🔥 Remove extra space
2022-12-03 16:19:02 +08:00