|
|
|
|
|
by andrewcooke
4925 days ago
|
|
i like the cute embedding approach (let users write sql directly in an sexpr and then transform it to sql in a macro) but i am wondering if there are any corner cases that break. for example, in postgres, names are quoted using (if i remember correctly) double quotes, while strings are single quotes. would that cause problems? [edit: swapped double and single, sorry] |
|