Adding upstream version 1.23.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f253096a15
commit
94e3fc38e7
93 changed files with 10761 additions and 0 deletions
24
test/features/named_queries.feature
Normal file
24
test/features/named_queries.feature
Normal file
|
@ -0,0 +1,24 @@
|
|||
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 use a named query
|
||||
then we see the named query executed
|
||||
when we delete a named query
|
||||
then we see the named query deleted
|
||||
|
||||
Scenario: save, use and delete named queries with parameters
|
||||
When we connect to test database
|
||||
then we see database connected
|
||||
when we save a named query with parameters
|
||||
then we see the named query saved
|
||||
when we use named query with parameters
|
||||
then we see the named query with parameters executed
|
||||
when we use named query with too few parameters
|
||||
then we see the named query with parameters fail with missing parameters
|
||||
when we use named query with too many parameters
|
||||
then we see the named query with parameters fail with extra parameters
|
Loading…
Add table
Add a link
Reference in a new issue