From bd2c345e56f0857d4d48e8bea509e00954be5d9f Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Fri, 23 Jan 2009 20:21:43 +0000 Subject: Thank you kindly, TLaukkan (Tommil) for a patch that: * Added Npgsql.dll and Mono.Security.dll which are NpgsqlDriver dlls. * Added missing field to schema creation scripts: PathTaperY. * Added schema creation scripts for PostgreSQL. * Added unit test classes for PostgreSQL. * Added schema creation script folder to NHibernate project in prebuild.xml * Added Npgsql.dll to NHibernate test project dependencies in prebuild.xml * Ensured that build works with both nant and Visual Studio. * Executed build unit tests with nant and NHibernate unit tests with NUnitGUI - Couple of region tests fail due to double precission float rounding errors need to sort out how these are handles in unit tests and if higher precission numeric field needs to be used in Postgresql. --- bin/Mono.Security.dll | Bin 0 -> 282624 bytes bin/Npgsql.dll | Bin 0 -> 267264 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bin/Mono.Security.dll create mode 100644 bin/Npgsql.dll (limited to 'bin') diff --git a/bin/Mono.Security.dll b/bin/Mono.Security.dll new file mode 100644 index 0000000..6accde7 Binary files /dev/null and b/bin/Mono.Security.dll differ diff --git a/bin/Npgsql.dll b/bin/Npgsql.dll new file mode 100644 index 0000000..33fe6d3 Binary files /dev/null and b/bin/Npgsql.dll differ -- cgit v1.1