mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57:35 +00:00
LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]
Rename the file to match the new class name.
This commit is contained in:
parent
aff17a2fbd
commit
373b467302
7 changed files with 6 additions and 6 deletions
|
@ -18,11 +18,11 @@ set(SOURCES
|
|||
Index.cpp
|
||||
Key.cpp
|
||||
Meta.cpp
|
||||
Result.cpp
|
||||
ResultSet.cpp
|
||||
Row.cpp
|
||||
Serializer.cpp
|
||||
SQLClient.cpp
|
||||
SQLResult.cpp
|
||||
TreeNode.cpp
|
||||
Tuple.cpp
|
||||
Value.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue