ValentinVignal
|
9bd2486c85
|
✅ Add a test to make sure data classes and companion classes are using a const constructor
|
2022-07-19 23:21:05 +08:00 |
ValentinVignal
|
d4364306dd
|
📦 Run build runner in drift
|
2022-07-19 18:15:36 +08:00 |
ValentinVignal
|
f440f1c91a
|
:see_no_devil: gitignore build/
|
2022-07-19 18:03:19 +08:00 |
ValentinVignal
|
aab2b38f21
|
✏️ Fix typo
|
2022-07-19 09:54:10 +08:00 |
ValentinVignal
|
c380d16aa1
|
⚡ Use const constructor for immutable classes
|
2022-07-19 09:53:59 +08:00 |
Simon Binder
|
cf8d2618fa
|
First attempt to get it running again
|
2022-07-18 23:28:12 +02:00 |
Simon Binder
|
8d840f3eb3
|
Remove includeJoinedTableColumns entirely
|
2022-07-16 12:07:12 +02:00 |
Simon Binder
|
b95e70b438
|
Update Stream marketing URL
|
2022-07-16 11:53:18 +02:00 |
Simon Binder
|
ef3ee418d4
|
Update docs on custom SQL
|
2022-07-16 11:51:21 +02:00 |
Simon Binder
|
8cc318f258
|
Merge pull request #1926 from North101/develop
Make `includeJoinedTableColumns` default to false for `selectOnly`
|
2022-07-13 09:46:56 +02:00 |
Simon Binder
|
909fd25896
|
Add changelog entry
|
2022-07-13 08:23:33 +02:00 |
Alexander Wilde
|
bbb9f13695
|
Make `includeJoinedTableColumns` default to false for `selectOnly`
|
2022-07-12 22:16:56 +01:00 |
Simon Binder
|
a3109b4a6b
|
Fix query in example app
|
2022-07-12 17:52:04 +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
|
38c5c31413
|
Fix typo in json type converter docs
|
2022-07-11 18:04:41 +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
|
38f343c5e7
|
Merge pull request #1921 from North101/develop
More DateTime functions and changes
|
2022-07-05 22:08:03 +02:00 |
Simon Binder
|
52a5907e43
|
Integration tests for more date time modifiers
|
2022-07-05 21:51:50 +02:00 |
Alexander Wilde
|
18e66ea0a2
|
double seconds -> num seconds
|
2022-07-05 11:42:45 +01:00 |
Alexander Wilde
|
a82bd0b979
|
Comment out DateTimeModifier.auto and DateTimeModifier.julianDay
Make DateTimeModifier.unixEpoch private
|
2022-07-05 11:38:54 +01:00 |
Simon Binder
|
5988408ac7
|
Docs CI: Run pub get for drift as well
|
2022-07-05 10:24:09 +02:00 |
Alexander Wilde
|
695e42b638
|
Make suggested changes
|
2022-07-05 00:24:38 +01:00 |
Simon Binder
|
12b855af9a
|
Docs: Strip leading whitespace from snippets
|
2022-07-04 23:45:13 +02:00 |
Alexander Wilde
|
b1c87add80
|
Tests for julianday, unixepoch, strftime
|
2022-07-04 21:28:58 +01:00 |
Alexander Wilde
|
c414f2baef
|
Hacky fix for timezone issue. Better fix welcome.
|
2022-07-04 20:41:56 +01:00 |
Alexander Wilde
|
457c63229d
|
Add unixepoch, julianday and strftime DateTime functions.
Allow passing all supported modifiers to date / datetime / time (breaking).
|
2022-07-04 20:20:08 +01:00 |
Simon Binder
|
8a0610a827
|
Docs CI: Fix generating drift's API documentation
|
2022-07-04 20:21:20 +02:00 |
Simon Binder
|
c6b7a1c604
|
Merge pull request #1920 from North101/develop
add `time` and `datetime` to `DateTimeExpressions`
|
2022-07-04 20:02:09 +02:00 |
Simon Binder
|
1826311ec2
|
Add tests
|
2022-07-04 19:57:04 +02:00 |
Alexander Wilde
|
8c46388563
|
add `time` and `datetime` to `DateTimeExpressions`
|
2022-07-04 14:03:55 +01:00 |
Simon Binder
|
388b31e9ea
|
Remove some moor references in drift_dev
|
2022-07-03 22:20:24 +02:00 |
Simon Binder
|
116f98269d
|
Always enable the new SQL generation mode
|
2022-07-03 21:53:17 +02:00 |
Simon Binder
|
19a35e8e1c
|
Merge branch 'latest-release' into develop
|
2022-07-02 21:05:50 +02:00 |
Simon Binder
|
3e82761caa
|
Prepare 1.7.1 hotfix
|
2022-07-02 20:53:25 +02:00 |
Simon Binder
|
52204b86b2
|
Dispose statements after exceptions (#1917)
|
2022-07-02 20:50:59 +02:00 |
Simon Binder
|
fb0a6504da
|
Document how to run postgres test
|
2022-07-02 20:48:51 +02:00 |
Simon Binder
|
626ef29eff
|
Dispose statements after exceptions (#1917)
|
2022-07-02 19:24:19 +02:00 |
Simon Binder
|
2cd77ad8a2
|
Merge pull request #1916 from simolus3/change-integration-tests-dialect
Change integration tests dialect
|
2022-07-02 18:11:50 +02:00 |
westito
|
2728ac8e30
|
Remove deleting .dart_tool when run local tests
|
2022-07-02 18:01:37 +02:00 |
westito
|
56cb4c8926
|
Merge branch 'change-integration-tests-dialect' of github.com:simolus3/drift into change-integration-tests-dialect
|
2022-07-02 08:32:15 +02:00 |
westito
|
27f1305844
|
Update ios, macos projects
|
2022-07-02 08:31:17 +02:00 |
westito
|
b4b7772d23
|
Update extras/integration_tests/drift_testcases/build.yaml
Co-authored-by: Simon Binder <oss@simonbinder.eu>
|
2022-07-02 08:30:49 +02:00 |
westito
|
5c4e5e571e
|
Revert dialect changes
|
2022-07-02 08:30:29 +02:00 |
Simon Binder
|
6049d1aaa0
|
Add test for #1902
|
2022-07-01 22:56:25 +02:00 |
Simon Binder
|
a064bb719d
|
Migrate remaining examples to null-safety
|
2022-07-01 21:51:33 +02:00 |
Simon Binder
|
52c07c9d3f
|
Remove support for non-nnbd code
|
2022-07-01 21:51:14 +02:00 |
westito
|
735402e384
|
Enable postgres integration testing
|
2022-06-30 19:06:56 +02:00 |