I ran into this issue too, using PostgreSQL. I think this gives me my solution, to use the PostgresFactory instead of a [Schema-Name]Factory class.
I think I'm still not grasping the idea behind the [Schema-Name]Factory classes. (Where is that documented, btw?) I was using them because the tutorial code I started from seems to use them, and it intuitively made sense to use the one for the schema I was using. But in any case, shouldn't it have worked? Regards, Eric
