﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18218	get_table_list in postgresql introspection is unordered	Claude Paroz	nobody	"After looking for the cause of test failures after r17942, I realized that get_table_list result ordering is not consistent between backends.

The list is explicitely ordered by table name in sqlite3, implicitely ordered (SHOW TABLES) in MySQL, and unordered in PostgreSQL and Oracle.

I suggest to fix this by ordering by table name in PostgreSQL and Oracle and adding a test case."	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed	introspection		Accepted	1	0	0	0	0	0
