Commit Graph

500 Commits

Author SHA1 Message Date
silverqx
6e79272e02 docs updated compiler versions 2024-04-23 17:27:54 +02:00
silverqx
c7eb8dd4b3 docs added MySQL driver differences 2024-04-23 15:35:45 +02:00
silverqx
1413ebb22a bump version to TinyORM v0.37.0 and tom v0.8.0
Also bumped to:

 - TinyUtils v0.4.0

Initial libraries' versions:

 - TinyDrivers v0.1.0
 - TinyMySql v0.1.0
2024-04-21 18:02:30 +02:00
silverqx
4a577988cf docs updated number of unit tests to 3366 (63)
[skip ci]
2024-04-21 18:02:01 +02:00
silverqx
4668950db5 docs initial TinyDrivers
- tools updated deploy pwsh script
 - added TinyDrivers and TinyMySql versions to Prologue
2024-04-21 16:05:25 +02:00
silverqx
b83b8247c2 docs used /qt/ in URLs instead of /qt-6/ 2024-04-21 15:07:24 +02:00
silverqx
24b02b95ba upgraded to Qt v6.7.0
Upgraded workflows, documentation, and also all occurences I found.
2024-04-08 21:52:51 +02:00
silverqx
a346d7081b drivers cmake added build tree deployment
Copy TinyDrivers and TinyMySql libraries to the root of the build tree.

 - added a new CMake BOOL option BUILD_TREE_DEPLOY
 - updated docs
2024-04-07 18:11:56 +02:00
silverqx
417af9191e fixtypo 2024-04-02 19:50:33 +02:00
silverqx
e9c905509f cmake updated max. version to 3.29 2024-03-26 21:03:08 +01:00
silverqx
d67ab049d8 added MYSQL_OPT_SSL_MODE configuration support
- updated docs, tests, and workflows
2024-03-22 14:42:21 +01:00
silverqx
0b03a56683 docs fixtypo 2024-03-22 14:32:23 +01:00
silverqx
05d7baf16a docs removed useless inline 2024-03-20 14:42:43 +01:00
silverqx
f97949e70e docs qmake missing load() 2024-03-12 13:04:41 +01:00
silverqx
8d5ca3803b orm added, revisited, fixed QTime
I completely revisited QTime, practically everything was touched as
prepared bindings, result sets, serialization, appends, casting.

 - added many new QTime related tests
 - added a new columns to migrations
 - updated seeder
 - added a new u_timeFormat data member for models
 - updated docs about u_timeFormat
2024-02-28 11:20:26 +01:00
silverqx
a82d063a88 docs added underline 2024-02-25 19:10:00 +01:00
silverqx
2114fe014e updated comments
- also updated in docs
2024-02-25 16:50:10 +01:00
silverqx
b1fa8cc8e1 qmake used DEFINE *= where possible 2024-02-24 11:16:31 +01:00
silverqx
8ca3b85b58 fixtypo 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
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
b75d8b5418 docs removed old note
[skip ci]
2023-12-22 23:36:19 +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
bbe1039f3a cmake updated max. version to 3.28 2023-12-16 11:30:32 +01:00
silverqx
8f424bc679 docs updated static vs staticlib
Also updated NOTES.txt.
2023-12-13 14:07:24 +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
6f6ddde15e docs updated number of unit tests to 3269 (63)
[skip ci]
2023-10-31 15:32:46 +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
9719b12267 docs added caution about QCoreApplication 2023-10-17 15:26:15 +02:00
silverqx
ef3834693f docs fixed Hello world example for Qt v6.5.3 2023-10-17 15:26:15 +02:00
silverqx
744cc2449c cmake formatting 2023-10-17 15:26:15 +02:00
silverqx
128afa6b89 docs updated tom CMake project 2023-10-17 15:26:14 +02:00
silverqx
2f4099dfae bumped old forgotten TinyORM version numbers
Updated docs, tools, and NOTES.txt.
2023-10-17 15:26:14 +02:00
silverqx
4e30a29d98 docs added code block titles 2023-10-17 15:26:14 +02:00
silverqx
521bc5c7a1 docs fixtypo 2023-10-17 15:26:13 +02:00
silverqx
c9cce2faea docs added Partial guessing of TINYORM_BUILD_TREE 2023-10-17 15:26:13 +02:00
silverqx
df0ddfc408 docs fixed unclear and confusing block 2023-10-17 15:26:13 +02:00
silverqx
12c24f23bd docs upgraded to Qt v6.5.3 2023-10-17 15:26:13 +02:00
silverqx
96dd900236 docs fixtypo 2023-10-17 15:26:13 +02:00
silverqx
6ead8c6041 fixtypo 2023-10-17 15:26:12 +02:00
silverqx
4f8eb1bdb8 docs upgraded to Qt v6.5.3 2023-10-17 15:26:05 +02:00
silverqx
af7715b526 docs added static_runtime qmake CONFIG option 2023-10-17 15:26:04 +02:00
silverqx
8fd444ac4a vcpkg updated supports
- also docs
2023-09-10 12:06:47 +02:00
silverqx
e8c7516e39 docs updated info admonition 2023-09-10 12:06:44 +02:00
silverqx
002889d65e cmake added STRICT_MODE option
It propagate strict compiler/linker options and Qt definitions using the
TinyOrm::CommonConfig interface library to the user code (highly
recommended; can also be set with the TINYORM_STRICT_MODE environment
variable).

 - updated vcpkg ports
 - updated docs
2023-09-10 12:06:44 +02:00
silverqx
01a834ef3d bump version to TinyORM v0.35.0 and tom v0.6.1
- bugfix and continue revisit of qmake build system
2023-09-09 09:34:44 +02:00