From 76e96413e65aefad909ed6d18854804c39f3cd11 Mon Sep 17 00:00:00 2001 From: xiangxinyong Date: Sun, 9 Oct 2022 09:44:39 +0000 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20OpenGauss-Project?= =?UTF-8?q?-main=20=E4=B8=BA=20sqlite2openGauss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/__init__.py | 0 .../lib/connection.py | 0 .../lib/decorator.py | 0 .../lib/multi_thread.py | 0 .../lib/opengauss_thread.py | 0 .../lib/single_thread.py | 0 .../main.py | 0 .../prop/opengauss.properties | 0 .../prop/properties.py | 0 .../prop/sqlite.properties | 0 .../sqlite/shenzhen_metro.sqlite | Bin 11 files changed, 0 insertions(+), 0 deletions(-) rename {OpenGauss-Project-main => sqlite2openGauss}/lib/__init__.py (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/lib/connection.py (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/lib/decorator.py (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/lib/multi_thread.py (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/lib/opengauss_thread.py (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/lib/single_thread.py (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/main.py (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/prop/opengauss.properties (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/prop/properties.py (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/prop/sqlite.properties (100%) rename {OpenGauss-Project-main => sqlite2openGauss}/sqlite/shenzhen_metro.sqlite (100%) diff --git a/OpenGauss-Project-main/lib/__init__.py b/sqlite2openGauss/lib/__init__.py similarity index 100% rename from OpenGauss-Project-main/lib/__init__.py rename to sqlite2openGauss/lib/__init__.py diff --git a/OpenGauss-Project-main/lib/connection.py b/sqlite2openGauss/lib/connection.py similarity index 100% rename from OpenGauss-Project-main/lib/connection.py rename to sqlite2openGauss/lib/connection.py diff --git a/OpenGauss-Project-main/lib/decorator.py b/sqlite2openGauss/lib/decorator.py similarity index 100% rename from OpenGauss-Project-main/lib/decorator.py rename to sqlite2openGauss/lib/decorator.py diff --git a/OpenGauss-Project-main/lib/multi_thread.py b/sqlite2openGauss/lib/multi_thread.py similarity index 100% rename from OpenGauss-Project-main/lib/multi_thread.py rename to sqlite2openGauss/lib/multi_thread.py diff --git a/OpenGauss-Project-main/lib/opengauss_thread.py b/sqlite2openGauss/lib/opengauss_thread.py similarity index 100% rename from OpenGauss-Project-main/lib/opengauss_thread.py rename to sqlite2openGauss/lib/opengauss_thread.py diff --git a/OpenGauss-Project-main/lib/single_thread.py b/sqlite2openGauss/lib/single_thread.py similarity index 100% rename from OpenGauss-Project-main/lib/single_thread.py rename to sqlite2openGauss/lib/single_thread.py diff --git a/OpenGauss-Project-main/main.py b/sqlite2openGauss/main.py similarity index 100% rename from OpenGauss-Project-main/main.py rename to sqlite2openGauss/main.py diff --git a/OpenGauss-Project-main/prop/opengauss.properties b/sqlite2openGauss/prop/opengauss.properties similarity index 100% rename from OpenGauss-Project-main/prop/opengauss.properties rename to sqlite2openGauss/prop/opengauss.properties diff --git a/OpenGauss-Project-main/prop/properties.py b/sqlite2openGauss/prop/properties.py similarity index 100% rename from OpenGauss-Project-main/prop/properties.py rename to sqlite2openGauss/prop/properties.py diff --git a/OpenGauss-Project-main/prop/sqlite.properties b/sqlite2openGauss/prop/sqlite.properties similarity index 100% rename from OpenGauss-Project-main/prop/sqlite.properties rename to sqlite2openGauss/prop/sqlite.properties diff --git a/OpenGauss-Project-main/sqlite/shenzhen_metro.sqlite b/sqlite2openGauss/sqlite/shenzhen_metro.sqlite similarity index 100% rename from OpenGauss-Project-main/sqlite/shenzhen_metro.sqlite rename to sqlite2openGauss/sqlite/shenzhen_metro.sqlite