Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/trunk/lib/python/Shared/DC/ZRDB/ Collector #556: sqlvar now returns 'null' rather than 'None'.

2005-10-10 Thread Andrew Veitch
SQLite implements enough of a subset of SQL to be genuinely useful  
and it's performance isn't too bad either. There is a Zope DA for it  
somewhere too.


We've never been able to use Gadfly for testing as it's so far from  
standard SQL that it just causes more problems than it solves - as we  
saw at the beginning of this thread.


A

On 10 Oct 2005, at 15:03, Sidnei da Silva wrote:


On Mon, Oct 10, 2005 at 08:58:53AM +0100, Chris Withers wrote:
| Andreas Jung wrote:
| Argh...there is also a gadfly package coming from Zope 3. So  
when we

| remove it from the Zope 2 core we get it back with Zope 3 :-)
|
| Well, having a lightweight semi-functional rdb engine in the  
distro has
| always seemed handy for me, mainly for testing rdb-related  
components
| with the certainty that the rdb engine you're testing with will  
always

| be there...
|
| Maybe we should move it to the testing package?

If I'm allowed to say anything, I would like to see gadfly being
replaced by sqlite. It's available mostly everywhere except in Windows
by default, as many products already use it. sqlite itself is 'public
domain' and the python da has the same license as zlib if i recall,
which is very permissive as well.

--
Sidnei da Silva
Enfold Systems, LLC.
http://enfoldsystems.com


--
Logicalware Ltd
Stuart House, Eskmills, Musselburgh, EH21 7PQ, UK
Tel: +44(0)131 273 5130 http://www.logicalware.com



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] ZSQL bounty

2005-09-02 Thread Andrew Veitch

We've posted a bounty on the ZSQL patch I mentioned recently:

http://www.logicalware.org/bounties.html

I think we may do some more around Zope's SQL support.

A

--
Logicalware Ltd
Stuart House, Eskmills, Musselburgh, EH21 7PQ, UK
Tel: +44(0)131 273 5130 http://www.logicalware.com


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] SQL null to None patch

2005-07-20 Thread Andrew Veitch
Is there any chance of getting Dieter Maurer's one line patch into  
the next bug fix release?


http://www.zope.org/Collectors/Zope/556

It would be hugely helpful to us.

Andrew
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] SQL null to None patch

2005-07-20 Thread Andrew Veitch
I'm happy to do a unit test for the one line of code in the patch -  
but not for the other 2600+ lines of ZRDB code!


A

On 20 Jul 2005, at 16:26, Florent Guillaume wrote:


It would need some kind of unit tests.

Florent


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Event Timer Service for Zope 2.8

2005-01-29 Thread Andrew Veitch
I noticed there was a thread last month on an event service for Zope.  
Did that reach any conclusion?

From what I can see the present products are:
- http://www.zope.org/Members/lstaffor/Xron - Zope 2.6 only, not being  
developed
- http://zope.org/Members/naumen/NauScheduler - shipped with one of the  
Zope CMS's works fine with 2.7
- http://dev.legco.biz/products/ZopeScheduler and  
http://dev.legco.biz/products/timerservice - works fine with 2.7 too
- http://cvs.zope.org/Products/Event/ - event service without a time  
service, not sure of development status
- http://mail.zope.org/pipermail/zope-cmf/2005-January/021747.html -  
Dieter's project to be based on Python's sched module
-  
http://api.nuxeo.org/CPS3/public/ 
CPSCore.EventServiceTool.EventServiceTool-class.html - CPS's event  
service
-  
http://cvs.sourceforge.net/viewcvs.py/*checkout*/mailmanager/ 
mailmanager/MailCheckThread.py?rev=1.15 - our custom scheduler for  
MailManager
- Zope X3's event service

It would be great to some consolidation of all of this into the core. I  
would also strongly favour a timer service along with the event  
service. I know that the argument has always been that operating  
systems provide time services but this is not very convenient for cross  
platform development and on some Windows platforms it's difficult.

A
--
Logical Progression Ltd, 20 Forth Street, Edinburgh EH1 3LH, UK
Tel: +44 (0)131 550 3733 Web: http://www.logicalprogression.net/
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope 2.7 broken on Windows

2004-01-06 Thread Andrew Veitch
http://collector.zope.org/Zope/1128

Not being able to use the calendar module on Zope 2.7 breaks our MailManager
and more importantly the CMF!

Has there been any progress on this? Or is there a sensible work-around I
can give to our users - other than to switch to Linux!

A


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.7 broken on Windows

2004-01-06 Thread Andrew Veitch
 http://collector.zope.org/Zope/1128
 
 Not being able to use the calendar module on Zope 2.7 breaks our MailManager
 and more importantly the CMF!

Looking at this a bit more I'm guessing that Python's new datetime module
was removed to avoid conflict with Zope's DateTime on Window's case
insensitive file system.

Checking out http://www.python.org/peps/pep-0235.html and followed up by
some quick testing it looks like it works fine so datetime could be added
back to the installer without causing any problems.

I think work-around for us will be just to supply the missing file with
advice on were to put it.

Is this sensible or have I missed something?

A


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope 2.7 final?

2003-09-18 Thread Andrew Veitch
Just wondering what the latest on Zope 2.7 is, it's been nearly a month
since the last release. We're looking forward to it, there's some changes
that will help us a lot but we don't want to deploy on a beta.

Andrew

-- 
Logical Progression Ltd, 20 Forth Street, Edinburgh EH1 3LH, UK
Tel: +44 (0)131 550 3733 Web: http://www.logicalprogression.net/


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )