Fabian Freund
cd89379627
Static analysis support for spellfix1 ( #2013 )
2022-09-16 16:02:39 +02:00
Simon Binder
8e9e7fc291
Use melos to manage packages ( #2060 )
2022-09-15 23:42:20 +02:00
Simon Binder
68552501cc
Document enum columns for drift files ( #2045 )
2022-09-13 10:58:03 +02:00
Ayumi Sashitani
16f586f444
Fix typo in upgrading documentation ( #2037 )
...
Co-authored-by: Ayumi Sashitani <sashiiii.dev@gmail.com>
2022-09-07 14:45:30 +02:00
Simon Binder
eb7299c2d5
Stop mentioning `compact_query_methods` ( #2036 )
2022-09-05 13:54:47 +02:00
Simon Binder
80f8546122
Add tests for null sorting on asc/desc factories
2022-08-29 22:13:04 +02:00
Simon Binder
c7a4a8cdec
Merge pull request #2023 from daniel-hopkins/patch-1
...
Update existing_databases.md
2022-08-27 23:33:53 +02:00
Simon Binder
3a4b3002d2
Format docs snippets
2022-08-27 21:44:42 +02:00
Simon Binder
f0a58a6bd1
Improve clarity on getting started files ( #2022 )
2022-08-27 21:39:27 +02:00
daniel-hopkins
c59c4eb574
Update existing_databases.md
...
the line `final file = File(p.join(dbFo …` needs `path/path.dart` imported as `p`
2022-08-27 14:28:16 -04:00
Simon Binder
ca6758d8b1
Refresh documentation page on examples
2022-08-27 20:26:43 +02:00
Simon Binder
678893241e
Update docs on joins
2022-08-27 00:05:27 +02:00
Simon Binder
633b2ec359
Remove unused file, link to encryption sample
2022-08-25 21:20:31 +02:00
Simon Binder
add52f2aaf
Add changelog entry and documentation
2022-08-24 09:23:31 +02:00
Simon Binder
c44578da60
Update docs on encryption
2022-08-22 11:57:58 +02:00
Simon Binder
1db9173112
Format sources in documentation
2022-08-15 20:00:03 +02:00
Simon Binder
74ab9d4f80
Move snippet test to docs package
2022-08-15 19:55:06 +02:00
Simon Binder
a89cef5262
Delete old moor packages
2022-08-14 22:57:37 +02:00
Simon Binder
7acb8407f0
Use pubspec_overrides for overrides
2022-08-14 17:21:22 +02:00
Simon Binder
8f6878292a
Migrate to `package:lints`
2022-08-13 23:33:05 +02:00
Simon Binder
a4fe582f25
Collect documentation for 2.0 release
2022-08-13 14:18:17 +02:00
Simon Binder
b9a605ed25
Allow async mappings from SQL to row classes
...
When existing, custom row classes are used, drift now supports using a
(potentially asynchronous) static method to load them instead of just
a named constructor like before.
Tables are also changed to support the `map` method being async for
cases where that is needed. The same applies to custom queries which
may have to be async now.
2022-08-12 22:55:02 +02:00
Simon Binder
d5b8d5f1f6
Update docs license and home page
2022-08-07 17:13:59 +02:00
Simon Binder
b6f6156407
Support datetime -> string serialization
2022-08-03 20:31:19 +02:00
Simon Binder
bc61288bed
Support custom collations
2022-07-27 18:01:13 +02:00
Simon Binder
d79c7e07ba
Lints for probable text datetime misuses
2022-07-25 20:58:39 +02:00
Simon Binder
1ff7ddbd82
Document dates as text on website
2022-07-25 15:26:16 +02:00
Simon Binder
3744fa0601
Merge branch 'develop' into refactor-type-system
2022-07-20 22:37:34 +02:00
Simon Binder
a8c6031fc4
Add documentation comments, fix analysis warnings
2022-07-19 23:01:22 +02:00
Simon Binder
ef3ee418d4
Update docs on custom SQL
2022-07-16 11:51:21 +02:00
Simon Binder
1af6bb78d9
Start removing the SqlTypeSystem class
2022-07-12 17:04:01 +02:00
Simon Binder
7d940f8fd8
Fix more typos
2022-07-11 21:49:52 +02:00
Simon Binder
d0e1d17ed0
Rename docs package to drift_docs
2022-07-10 18:02:26 +02:00
Simon Binder
b537749f22
Use prepared snippets for isolates docs
2022-07-10 17:58:28 +02:00
Simon Binder
5332b8680b
Doc snippets: Link to relevant dartdoc page
2022-07-10 14:27:56 +02:00
Simon Binder
12b855af9a
Docs: Strip leading whitespace from snippets
2022-07-04 23:45:13 +02:00
Simon Binder
8a0610a827
Docs CI: Fix generating drift's API documentation
2022-07-04 20:21:20 +02:00
Simon Binder
116f98269d
Always enable the new SQL generation mode
2022-07-03 21:53:17 +02:00
Simon Binder
c74f5d4cb4
Document nested transactions
2022-06-25 15:51:28 +02:00
Simon Binder
8a68527fee
Merge remote-tracking branch 'North101/develop' into develop
2022-06-23 21:01:07 +02:00
Simon Binder
cf1e94d384
Automatically make some converters nullable
2022-06-23 20:56:56 +02:00
Alexander Wilde
345faa91c7
TypeConverter mapToDart -> fromSql, mapToSql -> toSql
2022-06-22 23:50:19 +01:00
Simon Binder
06af930941
Explicit null-aware types on type converters
2022-06-22 23:56:15 +02:00
cnmade
6583fa5ec8
Using read<int> instead readInt
...
by the document and api document, readInt may replace with read<int>?
`
Use read<int>(key) directly
`
2022-06-19 16:13:58 +08:00
Simon Binder
4af9aed190
Fix example for subquery expressions ( #1892 )
2022-06-17 17:53:56 +02:00
Simon Binder
5367072df5
Docs: List enums as column type
2022-06-16 18:29:13 +02:00
Simon Binder
f510f3e5c3
Docs: Update built_site
2022-06-07 19:28:31 +02:00
Simon Binder
a8d57515c3
Avoid overly careful runZoneGuarded
2022-06-07 14:48:32 +02:00
Simon Binder
5474ac22be
Also describe how to import backups
2022-05-28 13:57:56 +02:00
Simon Binder
cbcde53da6
Docs: Describe how to export databases ( #376 )
2022-05-28 13:52:18 +02:00