[nem-bug] [Nemerle 0000992]: Nemerle.Data.ExecuteReaderLoop macro: nullable types from DB

feedback at nemerle.org feedback at nemerle.org
Mon Apr 23 15:22:11 CEST 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=992> 
======================================================================
Reported By:                apanteleev
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   992
Category:                   The Macro Library
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             04-23-2007 15:22 CEST
Last Modified:              04-23-2007 15:22 CEST
======================================================================
Summary:                    Nemerle.Data.ExecuteReaderLoop macro: nullable types
from DB
Description: 
1. Not all columns returned from database are nullable => no need to
generate nullable variables for those that are not. So I've added a
compile-time check for nullableness, patch included. Tested with MySQL.

2. Why is System.Nullable[T] used instead of option[T]? That would be more
convinient.
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-23-07 15:22 apanteleev     New Issue                                    
04-23-07 15:22 apanteleev     File Added: not_nullable.patch                    
======================================================================




More information about the bugs mailing list