Adding upstream version 3.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f2184ff4ed
commit
ec5391b244
104 changed files with 15144 additions and 0 deletions
10
tests/features/named_queries.feature
Normal file
10
tests/features/named_queries.feature
Normal file
|
@ -0,0 +1,10 @@
|
|||
Feature: named queries:
|
||||
save, use and delete named queries
|
||||
|
||||
Scenario: save, use and delete named queries
|
||||
When we connect to test database
|
||||
then we see database connected
|
||||
when we save a named query
|
||||
then we see the named query saved
|
||||
when we delete a named query
|
||||
then we see the named query deleted
|
Loading…
Add table
Add a link
Reference in a new issue