Opened 17 years ago
Closed 17 years ago
#6605 closed (duplicate)
PostgresSQL v8.3 Non-character data types are no longer automatically cast to TEXT
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Due to subject it's not longer possible to use iexact, icontains,
istartswith, iendswith in lookup type with int4, int8, ...
filed types!
It doesn't make a lot of sense to do partial string matches against non-strings, but sometimes it does.
For example, many people use integer fields for primary key values, but that integers not often just "digets", sometimes they are "codes" and someone need to do partial string matches against non-strings, integers (digits), in our case.
Change History (2)
comment:1 by , 17 years ago
Keywords: | qs-rf added |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
Component: | Uncategorized → Database wrapper |
---|---|
Keywords: | qs-rf removed |
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Closing as a dupe of #6523.