Commit Graph

1627 Commits

Author SHA1 Message Date
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
silverqx 587113350e fixtypo 2023-10-17 15:26:11 +02:00
silverqx 37724f41f2 enabled clang-tidy check
cppcoreguidelines-rvalue-reference-param-not-moved
2023-10-17 15:26:09 +02:00
silverqx 48a46f8723 tom enhanced tom about
Added the MSVC Runtime dynamic and MSVC Runtime library.
2023-10-17 15:26:04 +02:00
silverqx 4ac81cffda whitespace 2023-09-13 03:14:09 +02:00
silverqx 82bd49db22 fixtypo 2023-09-10 12:11:56 +02:00
silverqx ca89098962 bump version to TinyORM v0.35.0 and tom v0.6.1
- bugfix forgotten to increase TinyORM version number in version.hpp 🙃

Really need to automate this. 🪡

[skip ci]
2023-09-10 12:04:30 +02:00
silverqx b640374941 updated todo task 2023-09-09 09:15:50 +02:00
silverqx 4f0e103321 orm fixtypo renamed method 2023-09-09 09:15:49 +02:00
silverqx 1cf3bb9fa5 fixtypo in todo tasks 2023-09-09 09:15:49 +02:00
silverqx da50dd6b25 fixtypo in comments 2023-09-09 09:15:49 +02:00
silverqx 5ed3c20912 bugfix in systemheader.hpp
Take into account also the TinyUtils project.
2023-09-09 09:13:35 +02:00
silverqx 60b4fbc914 qmake changed to *= for all INCLUDEPATH
Changed all to INCLUDEPATH *= $$PWD.
2023-09-09 09:13:32 +02:00
silverqx ffd3817380 enhanced Helpers::logException()
Log the QLibraryInfo::PluginsPath if an exception message contains:
QSqlError(Driver not loaded, Driver not loaded).
2023-09-09 09:13:32 +02:00
silverqx f1dbd13076 added include variant 2023-09-09 09:13:31 +02:00
silverqx 881ab16368 bump version to TinyORM v0.34.1 2023-08-29 16:33:12 +02:00
silverqx f3cc545c70 bugfix removed reserve() on std::map
Fixes #34
2023-08-29 16:27:57 +02:00
silverqx dddc80c871 bump version to TinyORM v0.34.0
- qmake added tiny_autoconf feature
 - qmake added tiny_dotenv feature
 - completely revisited qmake build system
 - updated docs
2023-08-20 20:14:09 +02:00
silverqx 2a15c25967 removed useless comment
It's not relevant anymore.
2023-08-20 17:13:21 +02:00
silverqx 5651b28a9e renamed local variables 2023-08-18 17:52:39 +02:00
silverqx ab7ef8ec39 added comment 2023-08-18 17:52:38 +02:00
silverqx f2ba1c472e used #ifdef and #ifndef 2023-08-18 17:52:38 +02:00
Alonso Schaich db80afb4d3 added // before comment in tinytypes.hpp (#24) 2023-08-18 17:50:36 +02:00
silverqx 7fe781af5a added todo task 2023-08-11 18:42:33 +02:00