Skip to content

Commit 0f35997

Browse files
committed
Merge branch 'develop' into main
2 parents 43458e0 + c2b8ce9 commit 0f35997

202 files changed

Lines changed: 554 additions & 734 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818
1919
dependencies {
20-
implementation 'io.github.raytw:ra:0.4.2'
20+
implementation 'io.github.raytw:ra:0.5.1'
2121
}
2222
```
2323

@@ -94,6 +94,7 @@ dependencies {
9494

9595
// default is true
9696
properties.put("DATABASE_TO_UPPER", false);
97+
properties.put("MODE", "MYSQL");
9798

9899
return properties;
99100
})

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targetCompatibility = "8"
1414

1515
group = "io.github.raytw"
1616
archivesBaseName = "ra"
17-
version = "0.5.0"
17+
version = "0.5.1"
1818

1919
//-SNAPSHOT
2020

@@ -99,10 +99,10 @@ dependencies {
9999
// https://mvnrepository.com/artifact/com.google.code.gson/gson
100100
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.7'
101101

102-
implementation group: 'mysql', name: 'mysql-connector-java', version: '5.1.48'
102+
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.29'
103103

104104
// https://mvnrepository.com/artifact/com.h2database/h2
105-
implementation group: 'com.h2database', name: 'h2', version: '1.4.200'
105+
implementation group: 'com.h2database', name: 'h2', version: '2.1.212'
106106

107107
// https://mvnrepository.com/artifact/org.xerial.snappy/snappy-java
108108
implementation group: 'org.xerial.snappy', name: 'snappy-java', version: '1.1.8.4'

docs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="zh">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (RA 0.5.0 API)</title>
6+
<title>All Classes (RA 0.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -20,7 +20,7 @@
2020
<script type="text/javascript"><!--
2121
try {
2222
if (location.href.indexOf('is-external=true') == -1) {
23-
parent.document.title="All Classes (RA 0.5.0 API)";
23+
parent.document.title="All Classes (RA 0.5.1 API)";
2424
}
2525
}
2626
catch(err) {

docs/allclasses.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="zh">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (RA 0.5.0 API)</title>
6+
<title>All Classes (RA 0.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">

docs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="zh">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Packages (RA 0.5.0 API)</title>
6+
<title>All Packages (RA 0.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -20,7 +20,7 @@
2020
<script type="text/javascript"><!--
2121
try {
2222
if (location.href.indexOf('is-external=true') == -1) {
23-
parent.document.title="All Packages (RA 0.5.0 API)";
23+
parent.document.title="All Packages (RA 0.5.1 API)";
2424
}
2525
}
2626
catch(err) {

docs/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="zh">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Constant Field Values (RA 0.5.0 API)</title>
6+
<title>Constant Field Values (RA 0.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -20,7 +20,7 @@
2020
<script type="text/javascript"><!--
2121
try {
2222
if (location.href.indexOf('is-external=true') == -1) {
23-
parent.document.title="Constant Field Values (RA 0.5.0 API)";
23+
parent.document.title="Constant Field Values (RA 0.5.1 API)";
2424
}
2525
}
2626
catch(err) {

docs/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="zh">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Deprecated List (RA 0.5.0 API)</title>
6+
<title>Deprecated List (RA 0.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -20,7 +20,7 @@
2020
<script type="text/javascript"><!--
2121
try {
2222
if (location.href.indexOf('is-external=true') == -1) {
23-
parent.document.title="Deprecated List (RA 0.5.0 API)";
23+
parent.document.title="Deprecated List (RA 0.5.1 API)";
2424
}
2525
}
2626
catch(err) {

docs/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="zh">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>API Help (RA 0.5.0 API)</title>
6+
<title>API Help (RA 0.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -20,7 +20,7 @@
2020
<script type="text/javascript"><!--
2121
try {
2222
if (location.href.indexOf('is-external=true') == -1) {
23-
parent.document.title="API Help (RA 0.5.0 API)";
23+
parent.document.title="API Help (RA 0.5.1 API)";
2424
}
2525
}
2626
catch(err) {

docs/index-all.html

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="zh">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Index (RA 0.5.0 API)</title>
6+
<title>Index (RA 0.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -20,7 +20,7 @@
2020
<script type="text/javascript"><!--
2121
try {
2222
if (location.href.indexOf('is-external=true') == -1) {
23-
parent.document.title="Index (RA 0.5.0 API)";
23+
parent.document.title="Index (RA 0.5.1 API)";
2424
}
2525
}
2626
catch(err) {
@@ -803,8 +803,6 @@ <h2 class="title">D</h2>
803803
<dd>
804804
<div class="block">Delete files.</div>
805805
</dd>
806-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#disableStreamingResults()">disableStreamingResults()</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
807-
<dd>&nbsp;</dd>
808806
<dt><span class="memberNameLink"><a href="ra/util/logging/LogRecord.html#disenableDateFormat()">disenableDateFormat()</a></span> - Method in class ra.util.logging.<a href="ra/util/logging/LogRecord.html" title="class in ra.util.logging">LogRecord</a></dt>
809807
<dd>
810808
<div class="block">Disenable add the head (Date-time information) when write log into Log file.</div>
@@ -855,8 +853,6 @@ <h2 class="title">E</h2>
855853
<dd>
856854
<div class="block">Enable add the head(Date-time information) when write log into Log file.</div>
857855
</dd>
858-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#enableStreamingResults()">enableStreamingResults()</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
859-
<dd>&nbsp;</dd>
860856
<dt><span class="memberNameLink"><a href="ra/db/record/RecordCursor.html#end()">end()</a></span> - Method in interface ra.db.record.<a href="ra/db/record/RecordCursor.html" title="interface in ra.db.record">RecordCursor</a></dt>
861857
<dd>
862858
<div class="block">Last record.</div>
@@ -1479,8 +1475,6 @@ <h2 class="title">G</h2>
14791475
<dd>
14801476
<div class="block">Returns server error log.</div>
14811477
</dd>
1482-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#getExceptionInterceptor()">getExceptionInterceptor()</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
1483-
<dd>&nbsp;</dd>
14841478
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#getFetchDirection()">getFetchDirection()</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
14851479
<dd>&nbsp;</dd>
14861480
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#getFetchSize()">getFetchSize()</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
@@ -1533,8 +1527,6 @@ <h2 class="title">G</h2>
15331527
<dd>&nbsp;</dd>
15341528
<dt><span class="memberNameLink"><a href="ra/db/parameter/MysqlParameters.html#getHost()">getHost()</a></span> - Method in class ra.db.parameter.<a href="ra/db/parameter/MysqlParameters.html" title="class in ra.db.parameter">MysqlParameters</a></dt>
15351529
<dd>&nbsp;</dd>
1536-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#getId()">getId()</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
1537-
<dd>&nbsp;</dd>
15381530
<dt><span class="memberNameLink"><a href="ra/net/DefaultUser.html#getIndex()">getIndex()</a></span> - Method in class ra.net.<a href="ra/net/DefaultUser.html" title="class in ra.net">DefaultUser</a></dt>
15391531
<dd>
15401532
<div class="block">Returns index of member in user pool.</div>
@@ -1619,8 +1611,6 @@ <h2 class="title">G</h2>
16191611
<dd>
16201612
<div class="block">Returns the local IP address, ex: 192.168.1.2, and when local is no address will return null.</div>
16211613
</dd>
1622-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#getLocalInfileInputStream()">getLocalInfileInputStream()</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
1623-
<dd>&nbsp;</dd>
16241614
<dt><span class="memberNameLink"><a href="ra/server/basis/Global.html#getLogDelete()">getLogDelete()</a></span> - Method in class ra.server.basis.<a href="ra/server/basis/Global.html" title="class in ra.server.basis">Global</a></dt>
16251615
<dd>
16261616
<div class="block">Returns instance of delete log.</div>
@@ -1705,8 +1695,6 @@ <h2 class="title">G</h2>
17051695
<dd>
17061696
<div class="block">See <code>DateFormat.getNumberFormat()</code>.</div>
17071697
</dd>
1708-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#getOpenResultSetCount()">getOpenResultSetCount()</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
1709-
<dd>&nbsp;</dd>
17101698
<dt><span class="memberNameLink"><a href="ra/db/connection/ConcurrentConnection.html#getParam()">getParam()</a></span> - Method in class ra.db.connection.<a href="ra/db/connection/ConcurrentConnection.html" title="class in ra.db.connection">ConcurrentConnection</a></dt>
17111699
<dd>&nbsp;</dd>
17121700
<dt><span class="memberNameLink"><a href="ra/db/connection/OnceConnection.html#getParam()">getParam()</a></span> - Method in class ra.db.connection.<a href="ra/db/connection/OnceConnection.html" title="class in ra.db.connection">OnceConnection</a></dt>
@@ -3122,8 +3110,6 @@ <h2 class="title">R</h2>
31223110
<dd>
31233111
<div class="block">Earmark the folder to Delete the Log file.</div>
31243112
</dd>
3125-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#removeOpenResultSet(com.mysql.jdbc.ResultSetInternalMethods)">removeOpenResultSet(ResultSetInternalMethods)</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
3126-
<dd>&nbsp;</dd>
31273113
<dt><span class="memberNameLink"><a href="ra/net/NetServerApplication.html#removeUser(int)">removeUser(int)</a></span> - Method in class ra.net.<a href="ra/net/NetServerApplication.html" title="class in ra.net">NetServerApplication</a></dt>
31283114
<dd>
31293115
<div class="block">User offline.</div>
@@ -3622,8 +3608,6 @@ <h2 class="title">S</h2>
36223608
</dd>
36233609
<dt><span class="memberNameLink"><a href="ra/db/MockConnection.html#setHoldability(int)">setHoldability(int)</a></span> - Method in class ra.db.<a href="ra/db/MockConnection.html" title="class in ra.db">MockConnection</a></dt>
36243610
<dd>&nbsp;</dd>
3625-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#setHoldResultsOpenOverClose(boolean)">setHoldResultsOpenOverClose(boolean)</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
3626-
<dd>&nbsp;</dd>
36273611
<dt><span class="memberNameLink"><a href="ra/db/parameter/H2Parameters.Builder.html#setHost(java.lang.String)">setHost(String)</a></span> - Method in class ra.db.parameter.<a href="ra/db/parameter/H2Parameters.Builder.html" title="class in ra.db.parameter">H2Parameters.Builder</a></dt>
36283612
<dd>
36293613
<div class="block">Set host of databases.</div>
@@ -3708,8 +3692,6 @@ <h2 class="title">S</h2>
37083692
<dd>
37093693
<div class="block">Set element of the left.</div>
37103694
</dd>
3711-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#setLocalInfileInputStream(java.io.InputStream)">setLocalInfileInputStream(InputStream)</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
3712-
<dd>&nbsp;</dd>
37133695
<dt><span class="memberNameLink"><a href="ra/util/logging/LogEveryDay.html#setLogEnable(boolean)">setLogEnable(boolean)</a></span> - Method in class ra.util.logging.<a href="ra/util/logging/LogEveryDay.html" title="class in ra.util.logging">LogEveryDay</a></dt>
37143696
<dd>
37153697
<div class="block">Enable log.</div>
@@ -3788,8 +3770,6 @@ <h2 class="title">S</h2>
37883770
<dd>
37893771
<div class="block">Set log path.</div>
37903772
</dd>
3791-
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#setPingTarget(com.mysql.jdbc.PingTarget)">setPingTarget(PingTarget)</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
3792-
<dd>&nbsp;</dd>
37933773
<dt><span class="memberNameLink"><a href="ra/db/MockStatement.html#setPoolable(boolean)">setPoolable(boolean)</a></span> - Method in class ra.db.<a href="ra/db/MockStatement.html" title="class in ra.db">MockStatement</a></dt>
37943774
<dd>&nbsp;</dd>
37953775
<dt><span class="memberNameLink"><a href="ra/net/NetSocketWriter.Builder.html#setPort(int)">setPort(int)</a></span> - Method in class ra.net.<a href="ra/net/NetSocketWriter.Builder.html" title="class in ra.net">NetSocketWriter.Builder</a></dt>

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="zh">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Overview (RA 0.5.0 API)</title>
6+
<title>Overview (RA 0.5.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -20,7 +20,7 @@
2020
<script type="text/javascript"><!--
2121
try {
2222
if (location.href.indexOf('is-external=true') == -1) {
23-
parent.document.title="Overview (RA 0.5.0 API)";
23+
parent.document.title="Overview (RA 0.5.1 API)";
2424
}
2525
}
2626
catch(err) {
@@ -91,7 +91,7 @@
9191
</nav>
9292
</header>
9393
<div class="header">
94-
<h1 class="title">RA 0.5.0 API</h1>
94+
<h1 class="title">RA 0.5.1 API</h1>
9595
</div>
9696
<main role="main">
9797
<div class="contentContainer">

0 commit comments

Comments
 (0)