Karaka-Management / phpOMS

PHP Framework
Other
2 stars 0 forks source link

When creating a bill archive it is required to load a bill twice because joins don't really exist. Fix this inefficiency. #333

Closed spl1nes closed 8 months ago

spl1nes commented 8 months ago

Solved by allowing columns as value in the where function. If you want to tell the grammar that it is a column instead of a value you simply use the ColumnName() object.