Ten specs will fail if we use a transaction strategy to cleanup the database, probably due to the use of 'native' sql in DataStoreSql
We now use truncation which works reasonable well with Postgresql 9.0.4, but is more than five times slower with Postgresql 9.1, see stackoverflow for further details
Ten specs will fail if we use a transaction strategy to cleanup the database, probably due to the use of 'native' sql in DataStoreSql
We now use truncation which works reasonable well with Postgresql 9.0.4, but is more than five times slower with Postgresql 9.1, see stackoverflow for further details