Commit 0548734
Ralf Schlatterbeck
Database interface fixes.
- Fix a problem with wrong sort-order in RDBMS backend when a
sort-attribute is also searched for. We need to preserve correct sort
attribute order in that case. A test for this was added earlier.
- Added forgotten fail_ok parameter to sql_commit method in sqlite
backend to make tests work again.
- Note that this version still fails a test for the postgresql backend.1 parent a0cab8e commit 0548734
2 files changed
+15
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
2092 | 2092 | | |
2093 | 2093 | | |
2094 | 2094 | | |
2095 | | - | |
2096 | | - | |
| 2095 | + | |
2097 | 2096 | | |
2098 | 2097 | | |
2099 | 2098 | | |
| |||
2262 | 2261 | | |
2263 | 2262 | | |
2264 | 2263 | | |
2265 | | - | |
2266 | | - | |
| 2264 | + | |
| 2265 | + | |
2267 | 2266 | | |
2268 | 2267 | | |
2269 | 2268 | | |
| |||
2290 | 2289 | | |
2291 | 2290 | | |
2292 | 2291 | | |
2293 | | - | |
| 2292 | + | |
2294 | 2293 | | |
2295 | | - | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
2296 | 2302 | | |
2297 | 2303 | | |
2298 | 2304 | | |
| |||
0 commit comments