Commit Graph

8 Commits

Author SHA1 Message Date
Namu
f922ca16f9 fix: Correct the AUTOINCREMENT statement and PRIMARY KEY place in declaration
Some checks failed
Build project / SonarQube Trigger (push) Has been cancelled
Build project / quality-and-build (push) Has been cancelled
2026-06-16 21:19:11 +02:00
Namu
de3f2af9fc refactor: follow clippy recommendation :
Some checks failed
Build project / quality-and-build (push) Successful in 10m41s
Build project / SonarQube Trigger (push) Failing after 14s
- Remove unused constructor for Table & Column
- Add .expect in databases. disconnect
- Remove usedless String::from in column serializer
2026-04-02 11:12:24 +02:00
Namu
c0d3dce334 chore: Add package description and licence 2026-04-02 10:35:21 +02:00
Namu
6b8215bfb9 fix: change the way the comma appears in the column SQL creation to fix a SQL syntax error 2026-04-02 00:39:40 +02:00
Namu
d6d709beac feat: add default value for serde 2026-04-02 00:30:40 +02:00
Namu
91057c82ba fix: add missing databases mod 2026-04-02 00:23:10 +02:00
Namu
27e6193b8d refactor: make public the code that needs to be exposed, remove unused code 2026-04-02 00:22:43 +02:00
Namu
ef0767f33a feat: implements table, columns serialization 2026-04-01 22:11:20 +02:00