remove unused files

This commit is contained in:
Lunny Xiao 2023-07-26 18:45:28 +08:00
parent ed1a37b1c5
commit e2af77de3b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
14 changed files with 0 additions and 163 deletions

View File

@ -1,19 +0,0 @@
/*Generated by xorm 2023-07-12 16:59:56, from dameng to dameng*/
CREATE SEQUENCE SEQ_TEST_DUMP_TABLE_STRUCT
minvalue 1
nomaxvalue
start with 1
increment by 1
nocycle
nocache;
CREATE TABLE "test_dump_table_struct" ("id" BIGINT NOT NULL, "data" VARBINARY NULL, "name" VARCHAR2(255) NULL, "is_man" BIT NULL, "created" TIMESTAMP NULL, CONSTRAINT PK_test_dump_table_struct PRIMARY KEY ("id"));
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (1,'',CONCAT('1'),1,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (2,HEXTORAW('000102'),CONCAT('2', CHAR(10)),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (3,HEXTORAW('3078303030313032'),CONCAT('3;'),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (4,HEXTORAW('48656c70'),CONCAT('4', CHAR(10), ';', CHAR(10), ''''''),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (5,HEXTORAW('30783438363536633730'),CONCAT('5''', CHAR(10)),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (6,HEXTORAW('3438363536633730'),CONCAT('6\n''', CHAR(10)),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (7,HEXTORAW('375c6e270d0a'),CONCAT('7\n''', CHAR(13), CHAR(10)),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (8,'',CONCAT('x0809ee'),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (9,'',CONCAT('090a10'),0,CONCAT('2023-07-12 16:59:56'));

View File

@ -1,15 +0,0 @@
/*Generated by xorm 2023-07-12 16:59:56, from dameng to dameng*/
CREATE SEQUENCE SEQ_TEST_DUMP_STRUCT
minvalue 1
nomaxvalue
start with 1
increment by 1
nocycle
nocache;
CREATE TABLE "test_dump_struct" ("id" BIGINT NOT NULL, "name" VARCHAR2(255) NULL, "is_man" BIT NULL, "created" TIMESTAMP(6) NULL, CONSTRAINT PK_test_dump_struct PRIMARY KEY ("id"));
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (1,CONCAT('1'),1,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (2,CONCAT('2', CHAR(10)),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (3,CONCAT('3;'),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (4,CONCAT('4', CHAR(10), ';', CHAR(10), ''''''),0,CONCAT('2023-07-12 16:59:56'));
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (5,CONCAT('5''', CHAR(10)),0,CONCAT('2023-07-12 16:59:56'));

View File

@ -1,10 +0,0 @@
/*Generated by xorm 2023-07-12 16:59:56, from dameng to dameng*/
CREATE SEQUENCE SEQ_TEST_DUMP_TABLE_STRUCT2
minvalue 1
nomaxvalue
start with 1
increment by 1
nocycle
nocache;
CREATE TABLE "test_dump_table_struct2" ("id" BIGINT NOT NULL, "created" TIMESTAMP DEFAULT CURRENT_TIMESTAMP NULL, CONSTRAINT PK_test_dump_table_struct2 PRIMARY KEY ("id"));

View File

@ -1,3 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to sqlite3*/
CREATE TABLE IF NOT EXISTS `test_dump_table_struct2` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `created` DATETIME DEFAULT CURRENT_TIMESTAMP NULL);

View File

@ -1,19 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to mssql*/
IF NOT EXISTS (SELECT [name] FROM sys.tables WHERE [name] = '[test_dump_table_struct]' ) CREATE TABLE [test_dump_table_struct] ([id] BIGINT PRIMARY KEY IDENTITY NOT NULL, [data] VARBINARY(MAX) NULL, [name] VARCHAR(255) NULL, [is_man] BIT NULL, [created] DATETIME NULL);
SET IDENTITY_INSERT [test_dump_table_struct] ON;
INSERT INTO [test_dump_table_struct] ([id], [data], [name], [is_man], [created]) VALUES (1,NULL,N'1',1,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_table_struct] ([id], [data], [name], [is_man], [created]) VALUES (2,CONVERT(VARBINARY(MAX), '0x000102', 1),N'2
',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_table_struct] ([id], [data], [name], [is_man], [created]) VALUES (3,CONVERT(VARBINARY(MAX), '0x3078303030313032', 1),N'3;',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_table_struct] ([id], [data], [name], [is_man], [created]) VALUES (4,CONVERT(VARBINARY(MAX), '0x48656c70', 1),N'4
;
''''',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_table_struct] ([id], [data], [name], [is_man], [created]) VALUES (5,CONVERT(VARBINARY(MAX), '0x30783438363536633730', 1),N'5''
',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_table_struct] ([id], [data], [name], [is_man], [created]) VALUES (6,CONVERT(VARBINARY(MAX), '0x3438363536633730', 1),N'6\n''
',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_table_struct] ([id], [data], [name], [is_man], [created]) VALUES (7,CONVERT(VARBINARY(MAX), '0x375c6e270d0a', 1),N'7\n''
',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_table_struct] ([id], [data], [name], [is_man], [created]) VALUES (8,NULL,N'x0809ee',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_table_struct] ([id], [data], [name], [is_man], [created]) VALUES (9,NULL,N'090a10',0,N'2023-07-26T08:06:45Z');

View File

@ -1,13 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to mssql*/
IF NOT EXISTS (SELECT [name] FROM sys.tables WHERE [name] = '[test_dump_struct]' ) CREATE TABLE [test_dump_struct] ([id] INTEGER PRIMARY KEY IDENTITY NOT NULL, [name] VARCHAR(MAX) NULL, [is_man] INTEGER NULL, [created] DATETIME NULL);
SET IDENTITY_INSERT [test_dump_struct] ON;
INSERT INTO [test_dump_struct] ([id], [name], [is_man], [created]) VALUES (1,N'1',1,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_struct] ([id], [name], [is_man], [created]) VALUES (2,N'2
',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_struct] ([id], [name], [is_man], [created]) VALUES (3,N'3;',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_struct] ([id], [name], [is_man], [created]) VALUES (4,N'4
;
''''',0,N'2023-07-26T08:06:45Z');
INSERT INTO [test_dump_struct] ([id], [name], [is_man], [created]) VALUES (5,N'5''
',0,N'2023-07-26T08:06:45Z');

View File

@ -1,13 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to mysql*/
SET sql_mode='NO_BACKSLASH_ESCAPES';
CREATE TABLE IF NOT EXISTS `test_dump_table_struct` (`id` BIGINT(20) PRIMARY KEY AUTO_INCREMENT NOT NULL, `data` BLOB NULL, `name` VARCHAR(255) NULL, `is_man` TINYINT(1) NULL, `created` DATETIME NULL);
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (1,NULL,'1',1,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (2,CONCAT(CHAR(0), CHAR(1), CHAR(2)),CONCAT('2', CHAR(10)),0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (3,'0x000102','3;',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (4,'Help',CONCAT('4', CHAR(10), ';', CHAR(10), ''''''),0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (5,'0x48656c70',CONCAT('5''', CHAR(10)),0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (6,'48656c70',CONCAT('6\n''', CHAR(10)),0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (7,CONCAT('7\n''', CHAR(13), CHAR(10)),CONCAT('7\n''', CHAR(13), CHAR(10)),0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (8,NULL,'x0809ee',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (9,NULL,'090a10',0,'2023-07-26T08:06:45Z');

View File

@ -1,9 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to mysql*/
SET sql_mode='NO_BACKSLASH_ESCAPES';
CREATE TABLE IF NOT EXISTS `test_dump_struct` (`id` INTEGER PRIMARY KEY AUTO_INCREMENT NOT NULL, `name` TEXT NULL, `is_man` INTEGER NULL, `created` DATETIME NULL);
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (1,'1',1,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (2,CONCAT('2', CHAR(10)),0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (3,'3;',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (4,CONCAT('4', CHAR(10), ';', CHAR(10), ''''''),0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (5,CONCAT('5''', CHAR(10)),0,'2023-07-26T08:06:45Z');

View File

@ -1,13 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to postgres*/
CREATE TABLE IF NOT EXISTS "public"."test_dump_table_struct" ("id" BIGSERIAL PRIMARY KEY NOT NULL, "data" BYTEA NULL, "name" VARCHAR(255) NULL, "is_man" BOOL NULL, "created" TIMESTAMP NULL); ;
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (1,NULL,'1',true,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (2,'\x000102','2' || e'\x0a',false,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (3,'\x3078303030313032','3;',false,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (4,'\x48656c70','4' || e'\x0a' || ';' || e'\x0a' || '''''',false,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (5,'\x30783438363536633730','5''' || e'\x0a',false,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (6,'\x3438363536633730','6\n''' || e'\x0a',false,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (7,'\x375c6e270d0a','7\n''' || e'\x0d\x0a',false,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (8,NULL,'x0809ee',false,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_table_struct" ("id", "data", "name", "is_man", "created") VALUES (9,NULL,'090a10',false,'2023-07-26T08:06:45Z');
SELECT setval('test_dump_table_struct_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "test_dump_table_struct"), 1), false);

View File

@ -1,9 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to postgres*/
CREATE TABLE IF NOT EXISTS "public"."test_dump_struct" ("id" SERIAL PRIMARY KEY NOT NULL, "name" TEXT NULL, "is_man" INTEGER NULL, "created" TIMESTAMP NULL); ;
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (1,'1',1,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (2,'2' || e'\x0a',0,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (3,'3;',0,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (4,'4' || e'\x0a' || ';' || e'\x0a' || '''''',0,'2023-07-26T08:06:45Z');
INSERT INTO "test_dump_struct" ("id", "name", "is_man", "created") VALUES (5,'5''' || e'\x0a',0,'2023-07-26T08:06:45Z');
SELECT setval('test_dump_struct_id_seq', COALESCE((SELECT MAX(id) + 1 FROM "test_dump_struct"), 1), false);

View File

@ -1,12 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to sqlite3*/
CREATE TABLE IF NOT EXISTS `test_dump_table_struct` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `data` BLOB NULL, `name` TEXT NULL, `is_man` INTEGER NULL, `created` DATETIME NULL);
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (1,NULL,'1',1,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (2,X'000102','2' || X'0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (3,X'3078303030313032','3;',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (4,X'48656c70','4' || X'0a' || ';' || X'0a' || '''''',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (5,X'30783438363536633730','5''' || X'0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (6,X'3438363536633730','6\n''' || X'0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (7,X'375c6e270d0a','7\n''' || X'0d0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (8,NULL,'x0809ee',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (9,NULL,'090a10',0,'2023-07-26T08:06:45Z');

View File

@ -1,8 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to sqlite3*/
CREATE TABLE IF NOT EXISTS `test_dump_struct` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `name` TEXT NULL, `is_man` INTEGER NULL, `created` DATETIME NULL);
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (1,'1',1,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (2,'2' || X'0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (3,'3;',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (4,'4' || X'0a' || ';' || X'0a' || '''''',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (5,'5''' || X'0a',0,'2023-07-26T08:06:45Z');

View File

@ -1,12 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to sqlite3*/
CREATE TABLE IF NOT EXISTS `test_dump_table_struct` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `data` BLOB NULL, `name` TEXT NULL, `is_man` INTEGER NULL, `created` DATETIME NULL);
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (1,NULL,'1',1,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (2,X'000102','2' || X'0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (3,X'3078303030313032','3;',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (4,X'48656c70','4' || X'0a' || ';' || X'0a' || '''''',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (5,X'30783438363536633730','5''' || X'0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (6,X'3438363536633730','6\n''' || X'0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (7,X'375c6e270d0a','7\n''' || X'0d0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (8,NULL,'x0809ee',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_table_struct` (`id`, `data`, `name`, `is_man`, `created`) VALUES (9,NULL,'090a10',0,'2023-07-26T08:06:45Z');

View File

@ -1,8 +0,0 @@
/*Generated by xorm 2023-07-26 16:06:45, from sqlite3 to sqlite3*/
CREATE TABLE IF NOT EXISTS `test_dump_struct` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `name` TEXT NULL, `is_man` INTEGER NULL, `created` DATETIME NULL);
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (1,'1',1,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (2,'2' || X'0a',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (3,'3;',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (4,'4' || X'0a' || ';' || X'0a' || '''''',0,'2023-07-26T08:06:45Z');
INSERT INTO `test_dump_struct` (`id`, `name`, `is_man`, `created`) VALUES (5,'5''' || X'0a',0,'2023-07-26T08:06:45Z');