Simon Binder
|
cf6824af82
|
Analyze body of CREATE TRIGGER statements
|
2020-01-01 21:19:10 +01:00 |
Simon Binder
|
75cbe74b53
|
Make "new" and "old" table available for triggers
|
2020-01-01 20:37:34 +01:00 |
Simon Binder
|
49550c2f74
|
Test to verify CREATE TRIGGER statements are issued
|
2020-01-01 19:42:44 +01:00 |
Simon Binder
|
8b86143ebb
|
Generate code for triggers
|
2019-12-31 16:03:03 +01:00 |
Simon Binder
|
a3697c6f38
|
Find references of a trigger
|
2019-12-31 15:07:08 +01:00 |
Simon Binder
|
04f75d11d3
|
Migrate some trigger code to refactorings on develop
|
2019-12-30 21:38:24 +01:00 |
Simon Binder
|
ba603f22cc
|
Merge branch 'develop' into views-triggers-indexes
# Conflicts:
# moor/lib/moor.dart
# moor/lib/src/runtime/api/query_engine.dart
# moor/lib/src/runtime/query_builder/schema/entities.dart
# moor/test/data/tables/custom_tables.g.dart
# moor/test/data/tables/tables.moor
# moor/test/parsed_sql/moor_files_integration_test.dart
# moor_generator/lib/src/analyzer/moor/parser.dart
# moor_generator/lib/src/analyzer/runner/steps.dart
# moor_generator/lib/src/analyzer/runner/steps/analyze_dart.dart
# moor_generator/lib/src/model/specified_db_classes.dart
# moor_generator/lib/src/writer/database_writer.dart
# sqlparser/lib/src/ast/ast.dart
# sqlparser/lib/src/ast/statements/create_table.dart
# sqlparser/lib/src/ast/statements/statement.dart
# sqlparser/lib/src/reader/parser/schema.dart
# sqlparser/lib/src/reader/tokenizer/token.dart
# sqlparser/test/engine/autocomplete/static_test.dart
|
2019-12-30 21:08:32 +01:00 |
Simon Binder
|
757abf3b34
|
Fix typo in test description
|
2019-12-30 20:58:41 +01:00 |
Simon Binder
|
c54a62120d
|
sqlparser: Support CAST expressions
|
2019-12-30 20:46:54 +01:00 |
Simon Binder
|
4484890609
|
Types2: Initial support for binary expressions
|
2019-12-30 20:14:29 +01:00 |
Simon Binder
|
22525b24c3
|
Documentation for new moor features
|
2019-12-30 19:06:58 +01:00 |
Simon Binder
|
e9cada5e54
|
Api to globally override the default ValueSerializer
Closes #303
|
2019-12-27 18:17:45 +01:00 |
Simon Binder
|
927fbf561b
|
Begin architecture of a new type resolver in sqlparser
|
2019-12-26 21:55:02 +01:00 |
Simon Binder
|
7abda32ac4
|
Add argument to sql visitor class
|
2019-12-26 12:35:29 +01:00 |
Simon Binder
|
72934d1b87
|
Check isRequired at compile time, save verification code
|
2019-12-25 22:26:32 +01:00 |
Simon Binder
|
5314520746
|
clientDefault values for columns #294
|
2019-12-25 22:22:46 +01:00 |
Simon Binder
|
d2b70e69dc
|
Support explicit type arguments in moor_generator
|
2019-12-25 21:07:08 +01:00 |
Simon Binder
|
868dde358f
|
Parse variable type hints in queries
|
2019-12-25 20:24:03 +01:00 |
Simon Binder
|
412e8b4c83
|
Ability to override variable types in the sqlparser
|
2019-12-25 19:50:32 +01:00 |
Simon Binder
|
9dbd737087
|
Integration test for fts5 queries
|
2019-12-25 14:00:47 +01:00 |
Simon Binder
|
10b41bafe4
|
Prepare changelog and pubspec for moor_ffi 0.3.1
|
2019-12-25 13:36:09 +01:00 |
Simon Binder
|
4910736730
|
Test to verify changing dylib opening behavior
|
2019-12-25 13:34:08 +01:00 |
Simon Binder
|
c15c4738a6
|
Merge pull request #298 from negator/override_dylib
[moor_ffi] Implement overrideForAll and overrideFor
|
2019-12-25 13:27:31 +01:00 |
Naveen Gattu
|
b928e34a11
|
implement overrideForAll and overrideFor
|
2019-12-24 15:30:15 -08:00 |
Simon Binder
|
4a2273c1e8
|
Show available columns when failing to resolve a reference
|
2019-12-24 14:07:12 +01:00 |
Simon Binder
|
b79c1c1f57
|
More docs, try to fix pana warnings
|
2019-12-24 13:48:51 +01:00 |
Simon Binder
|
d41097d8e5
|
Benchmark for serial inserts for comparison
|
2019-12-23 20:47:03 +01:00 |
Simon Binder
|
60f55c9224
|
Refactor benchmarks, add one for inserts
|
2019-12-23 20:22:17 +01:00 |
Simon Binder
|
8e144c69e0
|
Start writing some low-level benchmarks
|
2019-12-23 20:00:48 +01:00 |
Simon Binder
|
6f8b8193b2
|
Increase timeout for analyzer, test moor_generator later
|
2019-12-23 15:13:30 +01:00 |
Simon Binder
|
6891d213cd
|
Docs: Recommend moor_ffi, explain isolates better
|
2019-12-23 15:04:08 +01:00 |
Simon Binder
|
633570257c
|
Fix moor tests for new column-$write behavior
|
2019-12-23 13:58:00 +01:00 |
Simon Binder
|
e01b7a1b88
|
Remove author from pubspec, bump version for next release
|
2019-12-23 12:52:46 +01:00 |
Simon Binder
|
3f0c35abff
|
Improve changelog, error description for columns
|
2019-12-23 12:24:22 +01:00 |
Simon Binder
|
fb66ad101a
|
Merge the two query_handler_test files together
|
2019-12-21 23:12:24 +01:00 |
Simon Binder
|
28e8421aba
|
Test to ensure hasMultipleTables has the correct effect
|
2019-12-21 22:59:44 +01:00 |
Simon Binder
|
d7225ad9a5
|
Support inheritance for daos (#285)
|
2019-12-21 22:44:52 +01:00 |
Simon Binder
|
1f0ede967b
|
Add missing call to shutdownAll in test case
|
2019-12-21 18:10:55 +01:00 |
Simon Binder
|
8987da453b
|
Test that streams synchronize over multiple isolates
|
2019-12-21 18:04:01 +01:00 |
Simon Binder
|
c7001f7889
|
Merge branch 'North101-generated-$-variables-should-generate-fully-qualified-columns' into develop
|
2019-12-21 15:03:21 +01:00 |
Simon Binder
|
c07ca12273
|
Set hasMultipleTables: true when appropriate
|
2019-12-21 14:57:36 +01:00 |
Simon Binder
|
7cfbb4d074
|
Check if a query references multiple tables
|
2019-12-21 14:51:36 +01:00 |
Simon Binder
|
2c57a80771
|
Revert using mapFromRow() for matched tables in queries
|
2019-12-21 14:51:22 +01:00 |
Simon Binder
|
9c81cb5c41
|
Revert using mapFromRow() for matched tables in queries
|
2019-12-20 18:23:30 +01:00 |
Simon Binder
|
c9071f2f7d
|
Explain that most work happens on develop
|
2019-12-20 18:15:52 +01:00 |
Simon Binder
|
8f15356357
|
Merge branch 'master' into develop
# Conflicts:
# moor/CHANGELOG.md
# moor/test/data/tables/custom_tables.g.dart
# moor/test/data/tables/tables.moor
# moor_generator/lib/src/analyzer/runner/task.dart
# moor_generator/lib/src/backends/build/moor_builder.dart
# moor_generator/test/analyzer/moor/cfe_test.dart
|
2019-12-18 22:04:50 +01:00 |
Simon Binder
|
4803e81944
|
Set correct version in moor_ffi package
|
2019-12-18 21:59:28 +01:00 |
Simon Binder
|
875d08f8a1
|
Prepare changelog and pubspec for moor_ffi release
|
2019-12-18 20:41:28 +01:00 |
Simon Binder
|
0d4cf13001
|
Factories for easier ordering terms (#284)
|
2019-12-18 15:59:28 +01:00 |
Simon Binder
|
3eaa5b5352
|
Simplify moor_ffi android build script
|
2019-12-18 15:54:49 +01:00 |