Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (868 - 870 of 2152)

Ticket Resolution Summary Owner Reporter
#916 duplicate Port new vdm to Mongodb rgrp pudo

Reported by pudo, 3 years ago.

Description

We should create a port of VDM 0.9 for MongoDB to support user editing in WDMMG.

#935 fixed "groups" field bug in IATI pudo pudo

Reported by pudo, 3 years ago.

Description

An internal server error was reported when trying to create a new package (not when editing):

WebApp? Error: <class 'sqlalchemy.exceptions.IntegrityError?'>: (IntegrityError?) null value in column "name" violates not-null constraint 'INSERT INTO package (id, name, title, version, url, author, author_email, maintainer, maintainer_email, notes, license_id, state, revision_id) VALUES (%(id)s, %(name)s, %(title)s, %(version)s, %(url)s, %(author)s, %(author_email)s, %(maintainer)s, %(maintainer_email)s, %(notes)s, %(license_id)s, %(state)s, %(revision_id)s)' {'maintainer': None, 'name': None, 'author': None, 'author_email': None, 'notes': None, 'title': None, 'maintainer_email': None, 'url': None, 'state': 'active', 'version': None, 'license_id': None, 'revision_id': '0141c09c-4eb3-4dda-a6b1-e07f2c73b4c5', 'id': '7fe16a29-f183-471a-99c5-2c2e81dd86e4'}

The error could not be reproduced in a non-apache/mod_wsgi environment, even with a dump of the live database. Further investigation by manual editing of the package form left the "groups" field as the likely cause. After updating the packages installed, and temporarily editing the package controller the problem vanished after a restart of the web server.

Possible causes include:

  • Stale pyc file
  • Threading issue
  • Dependency issue

As the problem is gone for now, it cannot be further investigated atm.

#942 fixed Fix SERP pager argument passing pudo pudo

Reported by pudo, 3 years ago.

Description

It only passes "q", but the whole query must be serialized.

Note: See TracQuery for help on using queries.