pk generator progress and sequence test progress

This commit is contained in:
2026-03-18 15:54:08 +01:00
parent 7996608f62
commit 6423bd505b
25 changed files with 152 additions and 30 deletions
-2
View File
@@ -1,7 +1,6 @@
#ifndef MATADOR_SEQUENCE_FIXTURE_HPP
#define MATADOR_SEQUENCE_FIXTURE_HPP
#include "matador/query/schema.hpp"
#include "matador/sql/connection.hpp"
@@ -20,7 +19,6 @@ public:
protected:
sql::connection db;
std::stack <std::string> sequences_to_drop;
query::schema repo;
private:
void drop_sequence_if_exists(const std::string &sequence_name) const;