mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 01:29:23 -05:00
fixtypo
[skip ci]
This commit is contained in:
@@ -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 📃
|
||||
- ...
|
||||
|
||||
|
||||
@@ -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. 🤔
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user