renamed schema to repository

This commit is contained in:
Sascha Kühl
2025-08-28 16:12:26 +02:00
parent cce7f2c099
commit 3ae2b003aa
45 changed files with 823 additions and 823 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#ifndef MATADOR_QUERY_FIXTURE_HPP
#define MATADOR_QUERY_FIXTURE_HPP
#include "matador/object/schema.hpp"
#include "matador/object/repository.hpp"
#include "matador/sql/connection.hpp"
@@ -22,7 +22,7 @@ public:
protected:
sql::connection db;
std::stack <std::string> tables_to_drop;
object::schema schema;
object::repository repo;
private:
void drop_table_if_exists(const std::string &table_name) const;