I went through both an older version of gluon/sql.py (hg rev 11 I
think) and the current trunk version and searched for all of the
re.compile lines. They all appear to be matching up just fine.  (Other
than the new DAL doesn't need all those nasty self._uri[8:] etc
substrings anymore).

~Brian

On Dec 13, 5:52 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> It would help if somebody could check the regular expressions in the
> new DAL (in *Adapter.__init__) vs those in the old DAL (in
> SQLDB.__init__) to check I did not do mistakes in cut and paste.
>
> Massimo
>
> On Dec 13, 5:13 pm, Brian M <bmere...@gmail.com> wrote:
>
> > Tested with PostgreSQL 8.4 and Massimo's CRM app - seems to be working
> > OK.
>
> > (I did get a KeyError: '_db_codec' error for a while, but it went away
> > with a later revision.)
>
> > On Dec 13, 2:24 pm, DenesL <denes1...@yahoo.ca> wrote:
>
> > > The first time I accessed appadmin/select/db3?query=db3.test.id>0
> > > it worked fine but after inserting a record (which never inserted even
> > > after the msg said it did)
> > > it produces a flash msg saying:
>
> > > Invalid Query
> > > '_db_codec'
>
> > > note: it is a mssql db.

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to