Re: Postgres SQL specification (tests)

Поиск
Список
Период
Сортировка
От Kevin Field
Тема Re: Postgres SQL specification (tests)
Дата
Msg-id a7b066a7-dee0-4ac0-b660-c21601691fb2@z19g2000yqe.googlegroups.com
обсуждение исходный текст
Ответ на Postgres SQL specification (tests)  (mito <milos.orszag@gmail.com>)
Ответы Re: Postgres SQL specification (tests)  (mito <milos.orszag@gmail.com>)
Список pgsql-hackers
On Apr 16, 3:14 am, mito <milos.ors...@gmail.com> wrote:
> Hi,
>
> i have built an SQL interface using rule system which supports row
> versioning and i would like to test it against Postgres SQL specification.
>
> Is there something like test cases for postgres SQL interface?
>
> Or do you have any ideas how to build a group of all possible cases of
> table structure and generate appropriate queries, which can be tested
> against postgres?
>
> thanks

For unit testing, I use pgTap, it's pretty handy for scripting your
tests.

What do you mean by all possible cases of table structure?  That would
be infinite...


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Unicode string literals versus the world
Следующее
От: James Robinson
Дата:
Сообщение: Re: NOTIFY / LISTEN silently parses and discards schema-ish portion of notification name ...