Commit Graph

1650 Commits

Author SHA1 Message Date
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
silverqx 84abcb1307 bump version to TinyORM v0.36.3
- vcpkg added missing license field
2023-10-20 22:45:07 +02:00
silverqx e1cd43177c bump version to TinyORM v0.36.2
- cmake case-insensitive CMAKE_BUILD_TYPE
 - cmake added new unsupported build
 - workflows bugfix-es
 - cmake bugfix-es
2023-10-20 18:55:54 +02:00
silverqx 291778ce2c bump version to TinyORM v0.36.1
- vcpkg enabled tom example on Linux
 - workflows bugfix-es
2023-10-19 17:05:05 +02:00
silverqx 97ee043adb bump version to TinyORM v0.36.0 and tom v0.7.0
- workflows added CI for TinyORM vcpkg ports
 - upgraded to Qt v6.5.3
 - upgraded to Clang-Tidy 17
 - docs added Partial guessing of TINYORM_BUILD_TREE
 - tom enhanced about command
 - tools added deploy.ps1 script 🥳
 - vcpkg revisited vcpkg ports
 - cmake revisited vcpkg-related code
 - cmake added STRICT_MODE option
2023-10-17 16:13:31 +02:00
silverqx 716e77e99c removed useless header file 2023-10-17 15:26:15 +02:00
silverqx 6ead8c6041 fixtypo 2023-10-17 15:26:12 +02:00