This website requires JavaScript.
Explore
Help
Sign in
deac
/
smql
Watch
1
Star
0
Fork
You've already forked smql
0
Code
Issues
Pull requests
Releases
Wiki
Activity
69aceef180
smql
/
lib
History
Denis Knauf
69aceef180
aliased tables. firm: { "people[users]": {type: "User"}, "people[old]": {"age>:": 50 } # Every ToDo which has a User as Person or people older than 50. It is not an OR, it is an AND, but {people:{type:"User","age>":50}} or {"people":{type:"User"},"people":{"age>:":50} means every User older than 50. "users" and "old" are independet questions and both must be present, if firm should be true.
2011-11-21 10:06:46 +01:00
..
smql_to_ar
aliased tables. firm: { "people[users]": {type: "User"}, "people[old]": {"age>:": 50 } # Every ToDo which has a User as Person or people older than 50. It is not an OR, it is an AND, but {people:{type:"User","age>":50}} or {"people":{type:"User"},"people":{"age>:":50} means every User older than 50. "users" and "old" are independet questions and both must be present, if firm should be true.
2011-11-21 10:06:46 +01:00
smql.rb
init
2011-09-08 17:03:52 +02:00
smql_to_ar.rb
aliased tables. firm: { "people[users]": {type: "User"}, "people[old]": {"age>:": 50 } # Every ToDo which has a User as Person or people older than 50. It is not an OR, it is an AND, but {people:{type:"User","age>":50}} or {"people":{type:"User"},"people":{"age>:":50} means every User older than 50. "users" and "old" are independet questions and both must be present, if firm should be true.
2011-11-21 10:06:46 +01:00