alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

GAE ID filters don't work with new DAL #152

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From cfho...@cfhowes.com on January 10, 2011 21:15:26

What steps will reproduce the problem? 1. Create a table on GAE using today's source (hg version: 1517)

  1. try queries on the ID field using ==, <=, >=, !=, <, > What is the expected output? What do you see instead? i expect to see appropriate lists in the result set. all but the == fail with key errors. Please provide any additional information below. attached is a proposed patch to fix that.

Attachment: dal_gae_id_filters.out

Original issue: http://code.google.com/p/web2py/issues/detail?id=154

alfonsodg commented 10 years ago

From massimo....@gmail.com on January 12, 2011 07:07:48

Status: Fixed