johnf wrote: > I think that the following steps are required to test DB's with the > run_test - Paul??? > > 1. provide DDL statements to create the schema and tables. > a. this requires that the user has permissions > b. has access to a program that will allow running DDL statements. > > 2. provide a login > a. but it's hard coded? > > 3. run the test based on the data types > a. Postgres has many more data types > > Do I have it about right?
Yes, but don't be concerned about the data types. In this test we aren't checking that all types work, just that all backends work with a few common types with dCursorMixin. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
