Simon Binder
|
a837e51fda
|
Prepare pubspecs for new release
|
2022-11-27 17:05:16 +01:00 |
Simon Binder
|
49470e8361
|
Support serializing fts5 tablesi n new analyzer
|
2022-10-29 14:39:28 +02:00 |
Simon Binder
|
808f582b08
|
Release sqlparser and drift_dev
|
2022-10-06 22:56:25 +02:00 |
Simon Binder
|
33c13e2422
|
Fix resolving around subqueries in FROM (#2010)
|
2022-08-22 23:21:54 +02:00 |
Simon Binder
|
a12a2b8086
|
Prepare minor release
|
2022-08-21 13:47:00 +02:00 |
Simon Binder
|
70b18550d9
|
Fix tokenizer crash around `@` or `$` tokens
|
2022-08-20 15:59:44 +02:00 |
Simon Binder
|
8f6878292a
|
Migrate to `package:lints`
|
2022-08-13 23:33:05 +02:00 |
Simon Binder
|
b66fb13407
|
Prepare drift 2.0 release
|
2022-08-13 21:55:22 +02:00 |
Simon Binder
|
9af708773c
|
Prepare 1.7.0 release
|
2022-06-07 14:39:45 +02:00 |
Simon Binder
|
098fcc2d1b
|
Parse new join kinds from sqlite 3.39
|
2022-05-26 23:23:02 +02:00 |
Simon Binder
|
c6edcdf3e8
|
Prepare drift 1.5.0 release
|
2022-03-13 15:54:45 +01:00 |
Simon Binder
|
da212944ff
|
Replace old website and repository links
|
2022-03-13 15:52:15 +01:00 |
Simon Binder
|
6bb870458f
|
Analysis for sqlite 3.38
|
2022-02-23 22:06:42 +01:00 |
Simon Binder
|
f5c9670729
|
Prepare 0.20.1 release of `sqlparser`
|
2022-02-21 20:50:50 +01:00 |
Simon Binder
|
661227c4c3
|
Prepare release
|
2022-02-09 16:23:43 +01:00 |
Simon Binder
|
8c6302ad28
|
Release sqlparser 0.19.2
|
2022-01-25 14:51:47 +01:00 |
Simon Binder
|
aa38ab42f2
|
More lenient `strict` column type handling
|
2022-01-24 17:49:10 +01:00 |
Simon Binder
|
ddede9a8e2
|
Raise version in sqlparser pubspec
|
2021-12-30 19:33:12 +01:00 |
Simon Binder
|
f2d0864890
|
Support generated columns in the parser
|
2021-11-07 22:10:08 +01:00 |
Simon Binder
|
c2bd6f27a5
|
Prepare a round of releases
|
2021-10-11 15:55:01 +02:00 |
Simon Binder
|
59e6df76a3
|
Prepare 4.5.0 release
|
2021-08-20 18:58:15 +02:00 |
Simon Binder
|
c12de0b8a9
|
Fix nullability analysis of references
|
2021-07-07 21:25:57 +02:00 |
Simon Binder
|
ab79ec1e88
|
Prepare 4.4.0 release
|
2021-07-03 13:36:43 +02:00 |
Simon Binder
|
a46cc07ed4
|
Refactor column resolver in sqlparser
Fixes #1208
|
2021-05-21 17:47:14 +02:00 |
Simon Binder
|
371e744288
|
Prepare to release 4.3.0
|
2021-05-15 17:23:29 +02:00 |
Simon Binder
|
602212f99d
|
Support REQUIRED annotation for query vars
|
2021-04-13 22:14:12 +02:00 |
Simon Binder
|
f76044989e
|
Adopt minimum SDK version, fix docs on mobile
|
2021-03-19 20:35:08 +01:00 |
Simon Binder
|
bdf7d22776
|
Bump versions of moor, moor_generator and sqlparser
|
2021-03-18 16:25:00 +01:00 |
Simon Binder
|
9bb2a24abf
|
Prepare 4.1 release
|
2021-02-20 22:03:34 +01:00 |
Simon Binder
|
61d5b7897a
|
Upgrade dependencies where possible
|
2021-02-14 14:06:51 +01:00 |
Simon Binder
|
5ff74c7bcb
|
Improve table analysis, parse key ordering (#1007)
|
2021-01-18 14:44:05 +01:00 |
Simon Binder
|
c5cbd1b62e
|
Release moor 4 preview to pub
|
2021-01-11 20:15:10 +01:00 |
Simon Binder
|
9025280a89
|
Migrate sqlparser to null safety
|
2020-12-11 10:53:17 +01:00 |
Simon Binder
|
0c075a2b44
|
Support overriding column getters and table classes (#932)
|
2020-11-23 20:01:31 +01:00 |
Simon Binder
|
e29fcf93f7
|
Publish moor 3.4, sqlparser 0.11
|
2020-10-22 14:17:54 +02:00 |
Simon Binder
|
6fba2555c1
|
Api to turn AST nodes into a textual represenation
|
2020-08-21 16:44:17 +02:00 |
Simon Binder
|
0d9196dca8
|
Resolve columns in CREATE TRIGGER declaration (#751)
|
2020-08-07 20:38:32 +02:00 |
Simon Binder
|
35629abf2b
|
Migrate sqlparser from moor_ffi to sqlite3
|
2020-07-10 17:32:45 +02:00 |
Simon Binder
|
ac20d9b324
|
Fix some pub warnings that appeared during publishing
|
2020-06-28 21:17:33 +02:00 |
Simon Binder
|
3a558c3d1d
|
Prepare moor 3.2, moor_ffi 0.7 release
|
2020-06-28 17:27:32 +02:00 |
Simon Binder
|
211b6fa2e9
|
sqlparser: Support remaining sqlite keywords
|
2020-06-26 22:54:42 +02:00 |
Simon Binder
|
3db0fd57f1
|
Update changelog to include views in sqlparser
|
2020-05-22 17:33:34 +02:00 |
Simon Binder
|
65f02cb22c
|
Prepare 3.1 release of moor, 0.6 or moor_ffi, 0.9 of sqlparser
|
2020-05-18 20:45:48 +02:00 |
Simon Binder
|
8b6abd7140
|
Move referenced table finder to sqlparser package (#537)
|
2020-05-04 22:00:41 +02:00 |
Simon Binder
|
bd250ee9e7
|
Support collate expression with new type inference (#533)
|
2020-05-03 21:13:29 +02:00 |
Simon Binder
|
fc0b1f4388
|
Use package:charcode for sql scanning
|
2020-05-02 14:17:49 +02:00 |
Simon Binder
|
57fa1d50c6
|
Release moor and moor_generator 2.4.0, sqlparser 0.7.0
|
2020-02-12 21:01:41 +01:00 |
Simon Binder
|
b295542a07
|
Prepare release for 2.4
|
2020-02-10 19:46:27 +01:00 |
Simon Binder
|
257cfaca2e
|
Finish changelog and pubspec for 2.3 release
|
2020-01-21 17:55:41 +01:00 |
Simon Binder
|
e01b7a1b88
|
Remove author from pubspec, bump version for next release
|
2019-12-23 12:52:46 +01:00 |