bitpiston / oyster

A Perl web application framework.
Other
3 stars 1 forks source link

Use oyster::DB explicitly for queries to global tables #10

Open einkoro opened 12 years ago

einkoro commented 12 years ago

Queries to global tables need to use oyster::DB explicitly and provide alternate implementations if the queries are currently using a join that would not work if $DB and $oyster::DB were not the same.