Fix bug in set add sequence(set id=1, sequences='test\\.seq*');
authorSteve Singer <steve@ssinger.info>
Wed, 1 Aug 2018 19:13:46 +0000 (15:13 -0400)
committerSteve Singer <steve@ssinger.info>
Wed, 1 Aug 2018 19:13:46 +0000 (15:13 -0400)
commit7c55e3693df87454b74fe8b413589892b1966c7c
treecf53f23c163eb9dcfb4402cb583c9b6232c5b120
parent7cf2af6f321201406eae1baf585c6bbd23745478
Fix bug in set add sequence(set id=1, sequences='test\\.seq*');

where the regex esacping for sequences was not working like
it did for tables in 'set add table'.
clustertest/regression/testregexadd/README [new file with mode: 0644]
clustertest/regression/testregexadd/init_add_tables.ik [new file with mode: 0644]
clustertest/regression/testregexadd/testregexadd.js [new file with mode: 0644]
clustertest/run_all_regression_tests.sh
src/slonik/slonik.c