[skip ci]
This commit is contained in:
silverqx
2024-08-17 15:15:22 +02:00
parent b9768bd010
commit 9a213d9962
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ The following list fastly summarizes all the `TinyORM` features.
- qmake and CMake build systems support
- CMake FetchContent module support 🤙
- vcpkg support (also the vcpkg port, currently not committed to the vcpkg repository ☹️)
- it's really fast, you can run 1000 complex queries in 500ms (heavily DB dependant, the PostgreSQL is by far the fastest) ⌚
- it's really fast, you can run 1000 complex queries in 500ms (heavily DB dependent, the PostgreSQL is by far the fastest) ⌚
- extensive documentation 📃
- ...
+1 -1
View File
@@ -58,7 +58,7 @@ The following list fastly summarizes all the `TinyORM` features.
- qmake and CMake build systems support
- CMake FetchContent module support 🤙
- vcpkg support (also the vcpkg port, currently not committed to the vcpkg repository ☹️)
- it's really fast, you can run 1000 complex queries in 500ms (heavily DB dependant, the PostgreSQL is by far the fastest) ⌚
- it's really fast, you can run 1000 complex queries in 500ms (heavily DB dependent, the PostgreSQL is by far the fastest) ⌚
- extensive documentation 📃
- ...
@@ -61,7 +61,7 @@ void PopulatesFieldDefaultValuesPrivate::populateFieldDefaultValuesInternal(
constexpr static SqlQuery::size_type COLUMN_NAME = 0;
constexpr static SqlQuery::size_type COLUMN_DEFAULT = 1;
/* The sqlQuery.value(1) QVariant's type is database dependant, MySQL returns
/* The sqlQuery.value(1) QVariant's type is database dependent, MySQL returns
QByteArray because it has set the BINARY attribute on the COLUMN_DEFAULT column
because it uses the utf8mb3_bin collation, the flags=144 (BLOB_FLAG, BINARY_FLAG).
I spent a lot of time on this to find out. 🤔
+1 -1
View File
@@ -2,7 +2,7 @@
Set-StrictMode -Version 3.0
# Get slashes by platform (all allowed platform dependant path separators)
# Get slashes by platform (all allowed platform dependent path separators)
function Get-Slashes {
[OutputType([string])]
Param(