| commit | 4a023070dab9a069be4cac5f5ba5554b66238484 | [log] [tgz] |
|---|---|---|
| author | Dmitri Plotnikov <dplotnikov@google.com> | Fri Aug 07 15:09:14 2009 -0700 |
| committer | Dmitri Plotnikov <dplotnikov@google.com> | Fri Aug 07 15:09:14 2009 -0700 |
| tree | d06ced436bb17b39f584c6644b10eb6a2a69bf79 | |
| parent | 5d0fa81285aea6cc545686a9d32736933b446482 [diff] |
Hiding security constraints in SQL VIEWS - first cut. This CL serves two purposes: 1. We hide the restriction checking inside SQL VIEWs, which will prevent security attacks like passing ") OR(1" for selection 2. We gain the ability to use unqualified column names in selections - all columns on a VIEW have unique names.