[rt-commit] CVS commit: DBIx

tobiasb at fsck.com tobiasb at fsck.com
Tue Jul 11 13:32:28 EDT 2000


Module Name:	DBIx
Committed By:	tobiasb
Date:		Tue Jul 11 17:32:28 UTC 2000

Modified Files:
	DBIx/Handle: Handle.pm

Log Message:
Hm ... I think we discussed this at the meeting ...

- storing filehandles (including a DB handle) persistently is a bad
idea, because it doesn't work

- one possible workaround is to store the database handle as a global
variable in Handle.pm and if more database handles are needed it's
just to put a new global in a subclass of DBIx::Handle (i.e
RT::Handle) and override the handle sub

Maybe you should have a peek at Apache::DBI ... but anyway, please let
it be easy to configure away all Apache-specific extentions .. :)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 DBIx/Handle/Handle.pm






More information about the Rt-commit mailing list