We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc3485 commit 59fa9b6Copy full SHA for 59fa9b6
package/cpp/specs/HybridNativeQueryResult.hpp
@@ -4,15 +4,9 @@
4
#include "types.hpp"
5
#include <map>
6
7
-<<<<<<< HEAD
8
using namespace margelo::rnnitrosqlite;
9
10
namespace margelo::nitro::rnnitrosqlite {
11
-=======
12
-using namespace margelo::rnnitrosqlite;
13
-
14
-namespace margelo::nitro::rnnitrosqlite {
15
->>>>>>> main
16
17
class HybridNativeQueryResult : public HybridNativeQueryResultSpec {
18
public:
@@ -38,8 +32,4 @@ class HybridNativeQueryResult : public HybridNativeQueryResultSpec {
38
32
std::optional<SQLiteQueryTableMetadata> getMetadata() override;
39
33
};
40
34
41
42
-} // namespace margelo::nitro::rnnitrosqlite
43
44
35
} // namespace margelo::nitro::rnnitrosqlite
45
0 commit comments