@@ -84,9 +84,8 @@ completed directly at the top level.</p>
8484
8585</dd >
8686<dt id =" user-content-sqlnamespace " >
87- <code >
88- type
89- <strong><a href="#user-content-sqlnamespace">SQLNamespace</a></strong> = <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a><<a href="#user-content-sqlnamespace">SQLNamespace</a>> | {self: <a href="https://codemirror.net/docs/ref#autocomplete.Completion">Completion</a>, children: <a href="#user-content-sqlnamespace">SQLNamespace</a>} | readonly (<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a> | <a href="https://codemirror.net/docs/ref#autocomplete.Completion">Completion</a>)[]</code>
87+ <code >type</code >
88+ <code ><strong ><a href =" #user-content-sqlnamespace " >SQLNamespace</a ></strong > = <a href =" https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object " >Object</a >< ; <a href =" #user-content-sqlnamespace " >SQLNamespace</a >> ; | {self: <a href =" https://codemirror.net/docs/ref#autocomplete.Completion " >Completion</a >, children: <a href =" #user-content-sqlnamespace " >SQLNamespace</a >} | readonly (<a href =" https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String " >string</a > | <a href =" https://codemirror.net/docs/ref#autocomplete.Completion " >Completion</a >)[ ] </code >
9089</dt >
9190
9291<dd ><p >The type used to describe a level of the schema for
@@ -115,6 +114,11 @@ completion option to use for its parent property, when the default option
115114 <code ><strong ><a href =" #user-content-sqldialect.extension " >extension</a ></strong >: <a href =" https://codemirror.net/docs/ref#state.Extension " >Extension</a ></code ></dt >
116115
117116<dd ><p >Returns the language for this dialect as an extension.</p >
117+ </dd ><dt id =" user-content-sqldialect.configurelanguage " >
118+ <code ><strong ><a href =" #user-content-sqldialect.configurelanguage " >configureLanguage</a ></strong >(<a id =" user-content-sqldialect.configurelanguage^options " href =" #user-content-sqldialect.configurelanguage^options " >options</a >: <a href =" https://lezer.codemirror.net/docs/ref/#lr.ParserConfig " >ParserConfig</a >, <a id =" user-content-sqldialect.configurelanguage^name " href =" #user-content-sqldialect.configurelanguage^name " >name</a >⁠ ; ?: <a href =" https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String " >string</a >) → <a href =" #user-content-sqldialect " >SQLDialect</a ></code ></dt >
119+
120+ <dd ><p >Reconfigure the parser used by this dialect. Returns a new
121+ dialect object.</p >
118122</dd ><dt id =" user-content-sqldialect^define " >
119123 <code >static <strong ><a href =" #user-content-sqldialect^define " >define</a ></strong >(<a id =" user-content-sqldialect^define^spec " href =" #user-content-sqldialect^define^spec " >spec</a >: <a href =" #user-content-sqldialectspec " >SQLDialectSpec</a >) → <a href =" #user-content-sqldialect " >SQLDialect</a ></code ></dt >
120124
@@ -191,7 +195,7 @@ Defaults to <code>"?"</code>.</p>
191195 <code ><strong ><a href =" #user-content-sqldialectspec.identifierquotes " >identifierQuotes</a ></strong >⁠ ; ?: <a href =" https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String " >string</a ></code ></dt >
192196
193197<dd ><p >The characters that can be used to quote identifiers. Defaults
194- to <code >" ; \& quot;" ; </code >.</p >
198+ to <code >" ; \& quot;" ; </code >. Add < code > [ </ code > for MSSQL-style bracket quoted identifiers. </p >
195199</dd ><dt id =" user-content-sqldialectspec.caseinsensitiveidentifiers " >
196200 <code ><strong ><a href =" #user-content-sqldialectspec.caseinsensitiveidentifiers " >caseInsensitiveIdentifiers</a ></strong >⁠ ; ?: <a href =" https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean " >boolean</a ></code ></dt >
197201
0 commit comments