Adding upstream version 26.9.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4c394df415
commit
412e82cbc6
43 changed files with 27039 additions and 26675 deletions
|
@ -8,6 +8,10 @@ from pdoc.__main__ import cli, parser
|
|||
|
||||
# Need this import or else import_module doesn't work
|
||||
import sqlglot # noqa
|
||||
from sqlglot.dialects import *
|
||||
|
||||
# Load all dialects up front because lazy loading breaks pdoc's dynamic importing
|
||||
sqlglot.dialects.__all__ = [globals()[attr_name] for attr_name in sqlglot.dialects.__all__]
|
||||
|
||||
|
||||
def mocked_import(*args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue