update sqlitecpp & merge property settings into properties
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
ff9bf0c14a
commit
88ca7769d1
39 changed files with 412 additions and 253 deletions
|
|
@ -57,7 +57,7 @@ enum IkarusErrorInfo {
|
|||
/// Example: A query takes longer than the timeout.
|
||||
IkarusErrorInfo_Type_LibIkarus_Timeout = 0x0002000300000003,
|
||||
/// \brief The type of error is unknown.
|
||||
IkarusErrorInfo_Type_Unknown = 0xFFFFFFFF,
|
||||
IkarusErrorInfo_Type_Unknown = 0xFFFFFFFFFFFFFFFF,
|
||||
};
|
||||
|
||||
/// \brief Gets the name of an error info.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue