typo in megrok.rdb schema.py

Bug #616127 reported by gon
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
grok
Fix Committed
Undecided
Martijn Faassen

Bug Description

It should be Datetime and not DateTime
The version is megrok.rdb-0.11

--- schema.py 2010-08-11 00:44:47.000000000 +0200
+++ schema.py 2010-08-11 00:46:35.000000000 +0200
@@ -56,7 +56,7 @@
 @grokcore.component.adapter(sqlalchemy.types.DateTime)
 @grokcore.component.implementer(IField)
 def field_from_sa_datetime(i):
- return zope.schema.DateTime(__name__ = u'__dummy__',
+ return zope.schema.Datetime(__name__ = u'__dummy__',
                 title = u'__dummy__')

 @grokcore.component.adapter(sqlalchemy.types.Date)

Revision history for this message
Christian Klinger (cklinger) wrote :

I added your patch to the trunk version of megrok.rdb.

Changed in grok:
status: New → Fix Committed
Changed in grok:
assignee: nobody → Martijn Faassen (faassen)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.