Commit 769616b
Saurabh Badenkal
Fix: exclude computed display-name columns from sql_columns/odata_select
Columns with AttributeOf set are auto-generated display names
(e.g. createdbyname, createdbyyominame) that cause errors in OData
\ and are not real data columns. Now filtered out.
Also: _list_table_relationships docstring updated for ManyToOne.
756 unit tests passing.1 parent 76525ff commit 769616b
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
197 | 205 | | |
198 | 206 | | |
199 | 207 | | |
| |||
203 | 211 | | |
204 | 212 | | |
205 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
206 | 218 | | |
207 | 219 | | |
208 | 220 | | |
| |||
0 commit comments