Skip to content

tlf30/pgjdbc-ng-test1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgjdbc-ng-test1

This test project tests an issue with multi-layered UDTs being written using SQLData mappers.

How to setup the DB to run the tests.

  1. Create role named test1 with password of test1, and enable allow login.
  2. Create Database named test1 with the role test1 as the owner.
  3. Run the main.sql script on the database, The script can be found in the src\main\java\io\tlf\sqltest1 folder.
    The project can be opened and run in netbeans.

About

A test case for pgjdbc-ng issue 399

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages