text stringlengths 0 834k |
|---|
echo Please file an issue here: |
echo https://github.com/3dcitydb/3dcitydb/issues |
echo. |
echo ###################################################################################### |
:: cd to path of the SQL script |
cd ..\..\..\SQLScripts\MIGRATION\V2_to_V4 |
:: Prompt for V4USER ---------------------------------------------------------- |
:username |
set var= |
echo. |
echo Enter the user name of 3DCityDB v4 instance. |
set /p var=""(V4USER must already exist in database): "" |
if /i not ""%var%""=="""" ( |
set V4USER=%var% |
) else ( |
echo. |
echo Illegal input! V4USER must not be empty. |
goto username |
) |
:: Run GRANT_ACCESS_V2.sql to grant rights to V4USER -------------------------- |
echo. |
echo Connecting to the database ""%USERNAME%@%HOST%:%PORT%/%SID%"" ... |
sqlplus ""%USERNAME%@\""%HOST%:%PORT%/%SID%\"""" @GRANT_ACCESS_V2.sql ""%V4USER%"" |
pause",30.7,92,0.5515743757 |
219617,f3020765f1abfa1011763d63bf37fc5b6a051f7c,7748,bat,Batchfile,docs/make.bat,Ursidours/pythonic_interviews,a88e10b82ed2a163dfcc0bfd1d01a9e9e606c045,['MIT'],2.0,2021-11-13T01:30:25.000Z,2022-02-11T18:17:22.000Z,docs/make.bat,Ursidours/pythonic_interviews,a88e10b82ed2a163dfcc0bfd1d01a9e9e606c045,['MIT'],,,,docs/make.bat,Ursidours/pythonic_interviews,a88e10b82ed2a163dfcc0bfd1d01a9e9e606c045,['MIT'],,,,"@ECHO OFF |
REM Command file for Sphinx documentation |
pushd %~dp0 |
if ""%SPHINXBUILD%"" == """" ( |
set SPHINXBUILD=sphinx-build |
) |
set BUILDDIR=_build |
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . |
set I18NSPHINXOPTS=%SPHINXOPTS% . |
if NOT ""%PAPER%"" == """" ( |
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% |
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% |
) |
if ""%1"" == """" goto help |
if ""%1"" == ""help"" ( |
:help |
echo.Please use `make ^<target^>` where ^<target^> is one of |
echo. html to make standalone HTML files |
echo. dirhtml to make HTML files named index.html in directories |
echo. singlehtml to make a single large HTML file |
echo. pickle to make pickle files |
echo. json to make JSON files |
echo. htmlhelp to make HTML files and an HTML help project |
echo. qthelp to make HTML files and a qthelp project |
echo. devhelp to make HTML files and a Devhelp project |
echo. epub to make an epub |
echo. epub3 to make an epub3 |
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter |
echo. text to make text files |
echo. man to make manual pages |
echo. texinfo to make Texinfo files |
echo. gettext to make PO message catalogs |
echo. changes to make an overview over all changed/added/deprecated items |
echo. xml to make Docutils-native XML files |
echo. pseudoxml to make pseudoxml-XML files for display purposes |
echo. linkcheck to check all external links for integrity |
echo. doctest to run all doctests embedded in the documentation if enabled |
echo. coverage to run coverage check of the documentation if enabled |
echo. dummy to check syntax errors of document sources |
goto end |
) |
if ""%1"" == ""clean"" ( |
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i |
del /q /s %BUILDDIR%\* |
goto end |
) |
REM Check if sphinx-build is available and fallback to Python version if any |
%SPHINXBUILD% 1>NUL 2>NUL |
if errorlevel 9009 goto sphinx_python |
goto sphinx_ok |
:sphinx_python |
set SPHINXBUILD=python -m sphinx.__init__ |
%SPHINXBUILD% 2> nul |
if errorlevel 9009 ( |
echo. |
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx |
echo.installed, then set the SPHINXBUILD environment variable to point |
echo.to the full path of the 'sphinx-build' executable. Alternatively you |
echo.may add the Sphinx directory to PATH. |
echo. |
echo.If you don't have Sphinx installed, grab it from |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.