Ticket #1390 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

Atrributes with the name 'oid'

Reported by: chazitup Assigned to: glyph
Priority: low Milestone:
Component: Axiom Severity: normal
Keywords: Cc:
Author: Branch:

Description

If you create an Item, called Foo for instance, and it has an attribute called oid, it is quite possible that your code won't work as advertised. Worse yet you won't even know it...well not easily anyway.

Change History

08/15/06 13:43:42 changed by glyph

  • priority changed from normal to low.

True. Should be fixed, but not necessary to ship our product...

08/17/06 09:58:17 changed by exarkun

Rejecting an attribute named oid' or rowid' (any other special names in SQLite?) during item definition should be trivial. Someone who wants to get their feet wet in Axiom should be able to take this on without much trouble.

jethro@divmod.org