briangormanly / 4dflib

4DF (Fourth Dimensional Form) Library
http://www.4dflib.com
GNU Lesser General Public License v3.0
5 stars 4 forks source link

TenantId and You #44

Open Corls opened 7 years ago

Corls commented 7 years ago

There is only 1 CommonState that doesn't use tenantId, and this is the Session because Sessions are the only things that special. With how certain things work, it'd be easier if the tenantId was handled by the SqlStatement. We should probably have it so that you build the SqlStatement with a tenantId & then it's auto-included in every search without needing to call "addByTenantId" or anything.