mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-02 18:17:31 +08:00
build: 📦 dotnet sdk 升级至 9.0.202
This commit is contained in:
@ -46,33 +46,12 @@ public static class GlobalStatic
|
||||
/// <exception cref="NotImplementedException">NotImplementedException</exception>
|
||||
public static string SqlRandomSorting =>
|
||||
App.GetOptions<DatabaseOptions>().DbType switch {
|
||||
DataType.MySql => "RAND()"
|
||||
, DataType.SqlServer => "NEWID()"
|
||||
, DataType.PostgreSQL => "RANDOM()"
|
||||
, DataType.Oracle => "DBMS_RANDOM.value"
|
||||
, DataType.Sqlite => "RANDOM()"
|
||||
, DataType.OdbcOracle => throw new NotImplementedException()
|
||||
, DataType.OdbcSqlServer => throw new NotImplementedException()
|
||||
, DataType.OdbcMySql => throw new NotImplementedException()
|
||||
, DataType.OdbcPostgreSQL => throw new NotImplementedException()
|
||||
, DataType.Odbc => throw new NotImplementedException()
|
||||
, DataType.OdbcDameng => throw new NotImplementedException()
|
||||
, DataType.MsAccess => throw new NotImplementedException()
|
||||
, DataType.Dameng => throw new NotImplementedException()
|
||||
, DataType.OdbcKingbaseES => throw new NotImplementedException()
|
||||
, DataType.ShenTong => throw new NotImplementedException()
|
||||
, DataType.KingbaseES => throw new NotImplementedException()
|
||||
, DataType.Firebird => throw new NotImplementedException()
|
||||
, DataType.Custom => throw new NotImplementedException()
|
||||
, DataType.ClickHouse => throw new NotImplementedException()
|
||||
, DataType.GBase => throw new NotImplementedException()
|
||||
, DataType.QuestDb => throw new NotImplementedException()
|
||||
, DataType.Xugu => throw new NotImplementedException()
|
||||
, DataType.CustomOracle => throw new NotImplementedException()
|
||||
, DataType.CustomSqlServer => throw new NotImplementedException()
|
||||
, DataType.CustomMySql => throw new NotImplementedException()
|
||||
, DataType.CustomPostgreSQL => throw new NotImplementedException()
|
||||
, _ => throw new NotImplementedException()
|
||||
DataType.MySql => "RAND()"
|
||||
, DataType.SqlServer => "NEWID()"
|
||||
, DataType.PostgreSQL => "RANDOM()"
|
||||
, DataType.Oracle => "DBMS_RANDOM.value"
|
||||
, DataType.Sqlite => "RANDOM()"
|
||||
, _ => throw new NotImplementedException()
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
@ -10,12 +10,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "2.3.1",
|
||||
"ace-builds": "1.39.0",
|
||||
"aieditor": "1.3.5",
|
||||
"axios": "1.8.1",
|
||||
"ace-builds": "1.39.1",
|
||||
"aieditor": "1.3.6",
|
||||
"axios": "1.8.4",
|
||||
"crypto-js": "4.2.0",
|
||||
"echarts": "5.6.0",
|
||||
"element-plus": "2.9.5",
|
||||
"element-plus": "2.9.7",
|
||||
"json-bigint": "1.0.0",
|
||||
"markdown-it": "14.1.0",
|
||||
"markdown-it-emoji": "3.0.0",
|
||||
@ -31,12 +31,12 @@
|
||||
"vuex": "4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "5.2.1",
|
||||
"@vitejs/plugin-vue": "5.2.3",
|
||||
"prettier": "3.5.3",
|
||||
"prettier-plugin-organize-attributes": "1.0.0",
|
||||
"sass": "1.85.1",
|
||||
"sass": "1.86.0",
|
||||
"terser": "5.39.0",
|
||||
"vite": "6.2.1"
|
||||
"vite": "6.2.2"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
|
Reference in New Issue
Block a user