Commit Graph

1656 Commits

Author SHA1 Message Date
silverqx
c953085191 updated comment 2024-02-24 13:44:32 +01:00
silverqx
a48d6a4459 fixtypo and added Q_DECL_CONST_FUNCTION 2024-02-20 17:52:33 +01:00
silverqx
147736006a used shorter #if/ndef macros everywhere 2024-02-15 15:02:18 +01:00
silverqx
05e9f40bdf updated comments 2024-02-15 14:55:04 +01:00
silverqx
2c28cd842e removed using aliases (used using declaration)
- added/updated comments
2024-02-14 14:28:03 +01:00
silverqx
914a784250 added a new dummy_NONEXISTENT constant
- used it everywhere (tests only currently)
2024-02-13 20:48:02 +01:00
silverqx
5fef00c899 fixtypo 2024-02-13 18:29:06 +01:00
silverqx
75bf2dc409 fixtypo 2024-02-13 14:21:56 +01:00
silverqx
a620535837 renamed methods 2024-02-09 17:02:06 +01:00
silverqx
a65fe3b2d7 fixtypo 2024-02-07 16:30:21 +01:00
silverqx
7668d2e66c whitespaces 2024-02-06 12:17:28 +01:00
silverqx
111c927337 suppressed clazy warning 2024-02-05 16:27:50 +01:00
silverqx
d1f8fc31ff tom added const and noexcept 2024-02-05 16:27:50 +01:00
silverqx
68cdf252e5 moved gathering C macros to LibraryInfo 2024-02-05 16:27:50 +01:00
silverqx
8444c189d6 added and used a new constants 2024-02-05 16:27:49 +01:00
silverqx
bb25b421cf fixed clang warning 2024-02-05 16:27:49 +01:00
silverqx
5a661c1b93 extracted stringify C macro to own hpp file 2024-02-05 16:27:49 +01:00
silverqx
47ae29d263 docs upgraded to MySQL v8.3 2024-02-05 16:27:46 +01:00
silverqx
14f3169801 used c++17 style variable templates 2024-02-05 16:27:43 +01:00
silverqx
922b451388 fixtypo 2024-02-05 16:27:43 +01:00
silverqx
c2afb3b54c orm added copy/move constructors/assign 2024-02-05 16:27:43 +01:00
silverqx
29f8abdaf6 whitespaces 2024-02-05 16:27:43 +01:00
silverqx
16789a32f1 orm enhanced Model::incrementOrDecrement()
- extracted common code
 - avoided to use invalid QSqlQuery
2024-02-05 16:27:41 +01:00
silverqx
062f859b5c avoided to use invalid QSqlQuery 2024-02-05 16:27:41 +01:00
silverqx
d1444228de bugfix returned the current connection
Instead of an invalid connection.
2024-02-05 16:27:41 +01:00
silverqx
20c19a0e62 bugfix used the current connection for pretend() 2024-02-05 16:27:41 +01:00
silverqx
ae2f1477b0 tests added binary (blob) tests
- added a new tst_Blobs functional test case that inserts
   binary()/text() and mediumBinary()/mediumText()
 - updated schema builder unit tests, added all supported binary types
 - updated migrations
 - added Lorem ipsum paragraphs generator
2024-02-05 16:27:41 +01:00
silverqx
dbc46e8e3d schema added tiny, medium, long binary methods
- added a new schema constants for blob and bytea
 - fixed failing test after new changes
 - updated docs
2024-02-05 16:27:41 +01:00
silverqx
85b05dcd2d added :memory: constant 2024-02-05 16:27:38 +01:00
silverqx
297ac34570 added comment 2024-02-05 16:27:38 +01:00
silverqx
efd59ad655 added comment 2024-01-01 20:27:36 +01:00
silverqx
6751350706 moved method down 2023-12-20 15:06:41 +01:00
silverqx
953dad6d57 renamed method to detachAll(bool)
To avoid unwanted overload resolution because of int to bool conversion.

 - also updated docs
2023-12-20 15:06:36 +01:00
silverqx
24883b26cb schema fixtypo 2023-12-12 21:18:23 +01:00
silverqx
68a06852b7 unified constants comment 2023-12-09 13:33:11 +01:00
silverqx
4fbf5b774b avoided implicit QString(char *) conversion 2023-12-06 18:03:28 +01:00
silverqx
1f5253eb35 fixtypo 2023-12-06 16:48:25 +01:00
silverqx
518cac1654 added comments and moved definition down 2023-12-05 15:17:28 +01:00
silverqx
5867331647 qmake initialize empty variables 2023-12-04 18:18:18 +01:00
silverqx
d51dcc6b22 fixtypo 2023-12-01 12:29:43 +01:00
silverqx
40a609bae7 fixtypo and added comment 2023-12-01 09:54:50 +01:00
silverqx
8d78108fc1 added todo task 2023-12-01 09:54:28 +01:00
silverqx
c38968946b fixtypo 2023-11-26 08:27:25 +01:00
silverqx
7780072291 enhanced NotNull 2023-11-20 15:51:09 +01:00
silverqx
6094fe5799 whitespaces
[skip ci]
2023-11-11 19:19:27 +01:00
silverqx
9d1ce8d06b fixed constructor comments
[skip ci]
2023-11-06 20:18:08 +01:00
silverqx
8cd01925c4 fixtypo
[skip ci]
2023-11-06 20:18:02 +01:00
silverqx
bb1fbbc991 fixtypo
[skip ci]
2023-11-06 20:13:28 +01:00
silverqx
e2c3733eec bump version to TinyORM v0.36.5
- vcpkg removed triplet from usage.in
 - tools enhanced qtbuild-qmysql-driver
2023-11-02 08:33:39 +01:00
silverqx
5e06d45c24 bump version to TinyORM v0.36.4
- bugfix column aliases quoting
2023-10-31 15:33:34 +01:00