mirror of
https://github.com/postgres/postgres.git
synced 2025-05-24 00:03:23 -04:00
Done:
> o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
This commit is contained in:
parent
3c49c4b152
commit
ee8fcc57f6
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Fri Aug 30 21:36:25 EDT 2002
|
Last updated: Sat Aug 31 21:32:13 EDT 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ Data Types
|
|||||||
o Store binary-compatible type information in the system
|
o Store binary-compatible type information in the system
|
||||||
o Allow better handling of numeric constants, type conversion
|
o Allow better handling of numeric constants, type conversion
|
||||||
[typeconv]
|
[typeconv]
|
||||||
o SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
|
o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
|
||||||
|
|
||||||
* ARRAYS
|
* ARRAYS
|
||||||
o Allow nulls in arrays
|
o Allow nulls in arrays
|
||||||
|
Loading…
x
Reference in New Issue
Block a user