home / django_tickets / tickets

tickets: 2284

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
2284 2006-07-04 19:54:08 2013-12-12 08:09:54 2022-03-06 03:25:34.060815 Accepted closed Core (Management commands) Bug Normal dev duplicate [patch] Extra /sql files with whitespace break syncdb Extra .sql files in /sql directories break syncdb when the files have whitespace. Example: CREATE TABLE "forum_post_fulltext" ( etc... ) WITHOUT OIDS; CREATE INDEX idxcontent ON forum_post_fulltext USING gist (content_idx); CREATE INDEX idxposttree ON forum_post (thread_id, leftid, rightid); CREATE FUNCTION f_post_insert() RETURNS trigger AS ' ... etc. ... ' LANGUAGE plpgsql ; The above will cause syncdb to display errors. nobody scottanderson syncdb 0 1 1 1 0 0
Powered by Datasette · Queries took 1.069ms