Code

That's gadfly done, mostly. Things left:
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 23 Aug 2002 04:48:10 +0000 (04:48 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 23 Aug 2002 04:48:10 +0000 (04:48 +0000)
commit6220105d33dbd4581c91bd4b7b4f66b32e2715d6
tree3c1b8c8565180b914ac0e5c1aa8907e2460ec2ef
parent1be6941efe782069da3fea5e155fd904b851a371
That's gadfly done, mostly. Things left:
- Class.filter (I'm a wuss ;)
- schema changes adding new non-multilink properties are not implemented.
  gadfly doesn't have an ALTER TABLE command, making that quite difficult :)

I had to mangle two unit tests to get this all working:
- gadfly also can't handle two handles open on the one database, so
  testIDGeneration doesn't try that.
- testNewProperty is disabled as per the second comment above.

I noticed test_pack was incorrect, and the *dbm tests fail there now.
Looking into it...

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@989 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/backends/__init__.py
roundup/backends/back_gadfly.py