long2ice
|
8cf50c58d7
|
test: fix ci
|
2023-01-27 15:17:41 +08:00 |
|
long2ice
|
1c9b65cc37
|
fix: modify multiple times. (#279)
|
2023-01-27 13:49:07 +08:00 |
|
long2ice
|
3fbf9febfb
|
Merge pull request #281 from CortexPE/patch-1
Fix #280 by removing trailing semicolon
|
2022-12-20 14:28:51 +08:00 |
|
marshall
|
7b6545d4e1
|
Fix #280 by removing trailing semicolon
|
2022-12-20 04:28:40 +08:00 |
|
long2ice
|
52b50a2161
|
feat: support virtual fields
|
2022-11-18 23:23:04 +08:00 |
|
long2ice
|
90943a473c
|
Merge pull request #269 from jtraub/dev
Close connections in the init_db wrapper
|
2022-09-29 08:39:33 +08:00 |
|
Konstantin Mikhailov
|
d7ecd97e88
|
Close connections in the init_db wrapper
|
2022-09-29 08:09:59 +10:00 |
|
long2ice
|
20aebc4413
|
chore: update version
v0.7.1
|
2022-09-27 22:44:12 +08:00 |
|
long2ice
|
f8e1f9ff44
|
fix: initialize an empty database. (#267)
|
2022-09-27 22:42:54 +08:00 |
|
long2ice
|
ab31445fb2
|
fix: test
|
2022-09-26 18:39:48 +08:00 |
|
long2ice
|
28d19a4b7b
|
- Fix syntax error with python3.8.10. (#265)
- Fix sql generate error. (#263)
|
2022-09-26 18:36:57 +08:00 |
|
long2ice
|
9da99824fe
|
fix: postgres sql error (#263)
v0.7.1rc1
|
2022-09-23 23:33:49 +08:00 |
|
long2ice
|
75db7cea60
|
fix: test error
v0.7.0
|
2022-09-23 10:35:33 +08:00 |
|
long2ice
|
d777c9c278
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# aerich/utils.py
# tests/test_utils.py
|
2022-09-23 10:30:46 +08:00 |
|
long2ice
|
e9b76bdd35
|
feat: use .py version files
|
2022-09-23 10:29:48 +08:00 |
|
long2ice
|
8b7864d886
|
Merge pull request #199 from ehdgua01/fix-ddl-format-and-writing-version-file
[Enhancement] Fix version file formats
|
2022-09-16 09:30:27 +08:00 |
|
KDH
|
bef45941f2
|
Fix testcase
|
2022-09-16 10:26:21 +09:00 |
|
KDH
|
7b472d7a84
|
Fix testcase
|
2022-09-16 10:08:34 +09:00 |
|
KDH
|
1f0a6dfb50
|
Fix typo
|
2022-09-16 09:58:04 +09:00 |
|
KDH
|
36282f123f
|
Merge branch 'dev' into fix-ddl-format-and-writing-version-file
# Conflicts:
# aerich/utils.py
# tests/test_migrate.py
|
2022-09-16 09:54:51 +09:00 |
|
KDH
|
3cd4e24050
|
Merge branch 'dev' into fix-ddl-format-and-writing-version-file
|
2022-09-16 09:43:57 +09:00 |
|
long2ice
|
f8c2f1b551
|
Merge pull request #205 from GDGSNF/dev
Merge repeated `if` statements into single `if`
|
2022-09-16 08:40:28 +08:00 |
|
Yasser Tahiri
|
131d97a3d6
|
Merge branch 'dev' into dev
|
2022-09-15 23:19:59 +01:00 |
|
Yasser Tahiri
|
1a0371e977
|
Update aerich/utils.py
Co-authored-by: KDH <ehdgua01@naver.com>
|
2022-09-15 23:19:18 +01:00 |
|
long2ice
|
e5b092fd08
|
Merge pull request #260 from waketzheng/dev
refactor: use pathlib to read and write text
|
2022-09-12 11:44:02 +08:00 |
|
Waket Zheng
|
7a109f3c79
|
refactor: use pathlib to read and write text
|
2022-09-12 00:57:46 +08:00 |
|
Jinlong Peng
|
8c2ecbaef1
|
feat: support add/remove field with index
|
2022-08-26 18:04:20 +08:00 |
|
long2ice
|
b141363c51
|
Merge pull request #242 from ssilaev/dev
Hotfix for cli group function in v0.6.3
|
2022-07-22 08:39:02 +08:00 |
|
long2ice
|
9dd474d79f
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-06-27 11:42:37 +08:00 |
|
long2ice
|
e4bb9d838e
|
docs: update changelog
|
2022-06-27 11:41:48 +08:00 |
|
long2ice
|
029d522c79
|
Merge pull request #249 from tortoise/fix-decimal
Fix decimal field change
|
2022-06-27 11:38:03 +08:00 |
|
long2ice
|
d6627906c7
|
test: fix test_migrate
|
2022-06-27 11:36:09 +08:00 |
|
long2ice
|
3c88833154
|
fix: decimal field change (#246)
|
2022-06-27 11:29:47 +08:00 |
|
long2ice
|
8f68f08eba
|
Merge pull request #248 from isaquealves/feature/load_ddl_class_per_dialect
feat: Add support for dynamically load DDL classes
|
2022-06-22 20:25:42 +08:00 |
|
Isaque Alves
|
60ba6963fd
|
Update changelog
|
2022-06-22 09:22:26 -03:00 |
|
Isaque Alves
|
4c35c44bd2
|
feat: Add support for dynamically load DDL classes
Adopt a strategy of loading classes based on their names, allowing to
easily add new database support without changing Migrate class logic
|
2022-06-22 09:16:11 -03:00 |
|
long2ice
|
bdeaf5495e
|
Merge pull request #247 from isaquealves/feature/postgresql-numeric-type-translate
refactor: Improve db inspection
|
2022-06-22 08:41:15 +08:00 |
|
Isaque Alves
|
db33059ec9
|
Resolve style issue
|
2022-06-20 15:42:21 -03:00 |
|
Isaque Alves
|
44b96058f8
|
fix(tests/test_migrate.py): Resolve issue with broken tests
|
2022-06-17 12:36:04 -03:00 |
|
Isaque Alves
|
abff753b6a
|
refactor: Improve postgresql migrate operators tests
|
2022-06-17 09:45:02 -03:00 |
|
Isaque Alves
|
dcd8441a05
|
fix: add space following python style guide"
|
2022-06-17 02:03:41 -03:00 |
|
Isaque Alves
|
b4a735b814
|
fix: Adjust changelog formatting
|
2022-06-17 02:02:37 -03:00 |
|
Isaque Alves
|
83ba13e99a
|
Update changelog
|
2022-06-17 02:00:35 -03:00 |
|
Isaque Alves
|
d7b1c07d13
|
fix: Add comma to separate value in join
|
2022-06-17 01:51:47 -03:00 |
|
Isaque Alves
|
1ac16188fc
|
refactor: Improve db inspection
- Add support to postgresql numeric type.
- Improve field configuration handling for numeric and decimal types
|
2022-06-17 01:38:39 -03:00 |
|
long2ice
|
4abc464ce0
|
feat: add is_flag to init-db
|
2022-05-24 11:20:12 +08:00 |
|
Sergey Silaev
|
d4430cec0d
|
Hotfix for cli group function in v0.6.3
|
2022-05-10 01:20:11 +04:00 |
|
long2ice
|
0b01fa38d8
|
feat: add index inspect
v0.6.3
|
2022-04-05 19:38:08 +08:00 |
|
long2ice
|
801dde15be
|
feat: inspectdb support sqlite
|
2022-04-01 20:30:36 +08:00 |
|
long2ice
|
75480e2041
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-04-01 19:57:03 +08:00 |
|