lp:~richardboulton/storm/sqlite-readonly

Created by Richard Boulton and last modified
Get this branch:
bzr branch lp:~richardboulton/storm/sqlite-readonly
Only Richard Boulton can upload to this branch. If you are Richard Boulton please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Richard Boulton
Project:
Storm
Status:
Development

Recent revisions

181. By Richard Boulton

Add test of readonly sqlite stores.

180. By Richard Boulton

Don't complain if remove_flush_order() is called on a readonly Store - it
doesn't cause any change, and is called perfectly legitimately by
Relation.unlink().

179. By Richard Boulton

Note in a property of an sqlite readonly connection that the connection is
readonly, and test for this property existing and being True when opening a
Store. If it is, override methods which would lead to a change in the database
with variants which raise a ProgrammingError, complaining that the connection
is read-only.

178. By Richard Boulton

Add ProgrammingError to list of imported names from exceptions module.

177. By Richard Boulton

Add test that we get the right class returned if we use the readonly option in
a sqlite URI.

176. By Richard Boulton

Small typo.

175. By Richard Boulton

Fix up comments.

174. By Richard Boulton

Basic implementation of readonly sqlite databases, using "readonly=1"
parameters in the URI. Untested as yet.

173. By Christopher Armstrong

add a README file describing how to run the tests [trivial]

172. By Jamu Kakar

Merged store-name [r=michelp,radix] [f=131221]

The new ZStorm.get_name method returns the name of the specified
Store, or None if a name isn't available. In addition, ZStorm uses
weak references internally to avoid keeping objects in memory
unnecessarily.

This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.