mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
Makes it clearer what is being stored, especially in future clients that will store a bunch of statement IDs.
This commit is contained in:
parent
44ff3a374f
commit
c372012842
9 changed files with 37 additions and 30 deletions
|
@ -85,4 +85,8 @@ enum class Nulls {
|
|||
Last,
|
||||
};
|
||||
|
||||
using ConnectionID = u64;
|
||||
using StatementID = u64;
|
||||
using ExecutionID = u64;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue