Closed GoogleCodeExporter closed 9 years ago
What is the bug?
'name' is a valid identifier in many databases; for example, this works fine in
SQLlite:
create table foo (name as char);
insert into foo(name) values ('a');
Databases providers can override SqlProvider.GetSafeNamePart(),
SqlProvider.IsMadeSafe(), SqlProvider.IsNameSafe(),
SqlProvider.IsNameCaseSafe(), or
SqlProvider.MakeNameSafe() to add additional keywords and "unsafe" words.
Original comment by jonmpr...@gmail.com
on 10 Mar 2010 at 8:13
Original issue reported on code.google.com by
chenshen...@gmail.com
on 15 Feb 2010 at 2:35