[Zope-dev] Re: MySQL Transaction Support

2000-08-01 Thread Andy Dustman
onal should be made by the application designer; it's too complicated to make at run-time (i.e. for each query). Even if you can use the API to find the table type, you stil have to figure out what tables are used by the query, and that requires parsing SQL. -- andy dustman

[Zope-dev] Re: MySQL Transaction Support

2000-08-01 Thread Andy Dustman
you > said, but > then in the manage_addForm had a checkbox for Transactions enabled, > which would > determine which Class got instantiated? Any good reasons why that > shouldn't work? I would prefer that, but I'm not sure it's possible, or at least, I don

Re: [Zope-dev] LONGing for normal inetegers...

2001-02-14 Thread Andy Dustman
2.0 could solve this problem, as longs are no longer rendered > with the L suffix. That's my preferred solution, but also see: http://www.zope.org/Members/adustman/Tips/no_el -- Andy Dustman PGP: 0xC72F3F1D @ .net http://dustman.net/andy "Normally with carbonar

Re: [Zope-dev] general ZMySQL question-wierd results

2001-04-13 Thread Andy Dustman
uction, training, judging as well > as offering for sale imported and domestic dressage prospects.') > > Here is how I attempt to see the records: > select * > from farm > > Here are my results: > Owner id= P Farm name=r Discipline=o Owner fname=v ,etc. You see, the

Re: [Zope-dev] Making a ZSQL.DA fully multi-threaded?

2004-07-16 Thread Andy Dustman
On Fri, 16 Jul 2004 10:36:27 -0400, Brad Clements <[EMAIL PROTECTED]> wrote: > The SAP folks say their adapter is "multi-thread capable", but I've come to believe > that only > means that it's ok to open a connection in one thread and use it in another, but NOT > to have > 2 threads make reques

Re: hooking up gdb (was Re: [Zope-dev] More signal 11 restarts....)

2001-12-06 Thread Andy Dustman
n more than once simultaneously in two different threads. I have never quite been sure whether or not there is some kind of locking in Zope to prevent threads from simultaneously using two database connections, since I expect this would cause problems on virtually all implem

Re: [Zope-dev] Zope 2.6 planning - call for contributors!

2002-03-01 Thread Andy Dustman
l DA's to implement it in query() as a keyword parameter to maintain backwards compatibility with older Zopes. Adding this would make Z SQL Methods work a bit more like . There may be issues with result caching, but I don't think it'll be too much of a problem. -- Andy Dustman

RE: [Zope-dev] where is Zope 2.5.1?

2002-03-13 Thread Andy Dustman
On Wed, 2002-03-13 at 12:04, Brian Lloyd wrote: > - Absolutely eliminate SQL db access as a cause (it sounds > like we have proof of this now) This sounds like it is not specific to any DA. Is that the case? -- Andy Dustman PGP: 0x930B8AB6 @ .net