yasser777 / nettiers

Automatically exported from code.google.com/p/nettiers
0 stars 0 forks source link

Using ParseDbColDefaultValue, bit fields *may* be generated as True/False. Wrong capitalisation for C#. #407

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Any condition that drops through to line 4002 of CommonSqlCode.cs:

http://code.google.com/p/nettiers/source/browse/trunk/Source/TemplateLib/CommonS
qlCode.cs#4002

bool.ToString() returns "True" or "False".

What is the expected output? What do you see instead?

bool.ToString().ToLower() to return "true" or "false".

What version of .netTiers and CodeSmith are you using?

Present in Nettiers 2.3.1, generated with CodeSmith 5.3.4

Original issue reported on code.google.com by brett.po...@isams.co.uk on 6 Dec 2011 at 1:08

GoogleCodeExporter commented 9 years ago
Patch submitted in issue 408.

Original comment by brett.po...@isams.co.uk on 6 Dec 2011 at 1:17