At 12:38 PM 9/20/00 -0700, Glenn Linderman wrote: >OK, scalar variables. But I see code in the XML modules that check >defined (@array) Then they should be fixed. That doesn't do anything useful right now. >Interesting. I learn something every day. Today, you helped. Maybe you >can help >some more... implement me an SQL null, that can coexist with Perl undef, >not replacing >it. Show me one real example of where this would help. I have never even remotely considered such a thing in my DBI programming; I have some convenience modules that translate undef to IS NULL when constructing queries, and DBI handily turns NULLs into undefs in results for me. If this is not about DBMS interfacing but you want Perl to implement SQL expression semantics, why? What possible benefit is there? -- Peter Scott Pacific Systems Design Technologies
- Re: RFC 263 (v1) Add null() key... Glenn Linderman
- Re: RFC 263 (v1) Add null() key... Tom Christiansen
- Re: RFC 263 (v1) Add null() key... Glenn Linderman
- Re: RFC 263 (v1) Add null() key... John Porter
- Re: RFC 263 (v1) Add null() key... Tom Christiansen
- Re: RFC 263 (v1) Add null() key... Paris Sinclair
- Re: RFC 263 (v1) Add null() key... Tom Christiansen
- Re: RFC 263 (v1) Add null() key... Glenn Linderman
- Re: RFC 263 (v1) Add null() key... Buddha Buck
- Re: RFC 263 (v1) Add null() key... Glenn Linderman
- Re: RFC 263 (v1) Add null() key... Peter Scott
- Re: RFC 263 (v1) Add null() key... Glenn Linderman
- Re: RFC 263 (v1) Add null() key... Tom Christiansen
- Re: RFC 263 (v1) Add null() key... Russ Allbery
- Re: RFC 263 (v1) Add null() key... Glenn Linderman
- Re: RFC 263 (v1) Add null() key... John Porter
- Re: RFC 263 (v1) Add null() key... Glenn Linderman
- Re: RFC 263 (v1) Add null() keyword and fundamental data ... Sam Tregar
- Re: RFC 263 (v1) Add null() keyword and fundamental ... Glenn Linderman
- Re: RFC 263 (v1) Add null() keyword and fundamen... Sam Tregar
- Re: RFC 263 (v1) Add null() keyword and fund... Glenn Linderman