neuecc / LINQ-to-BigQuery

LINQ to BigQuery is C# LINQ Provider for Google BigQuery. It also enables Desktop GUI Client with LINQPad and plug-in driver.
MIT License
86 stars 16 forks source link

Fix LINQPad driver bug - DataSet name cannot start with a number #42

Closed minato128 closed 8 years ago

minato128 commented 8 years ago

LINQPad driver do not work, when the DataSet name start with number char.

neuecc commented 8 years ago

Thank you, I missed it. I've added if dataset name contains C# reserved word, too.

neuecc commented 8 years ago

I've released 0.,6.1 and LINQPad Driver 1.0.2.

minato128 commented 8 years ago

Thank you!