-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wyaadarsh
committed
Nov 15, 2017
1 parent
c21a4c2
commit b4a76f7
Showing
47 changed files
with
295 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#define MAJOR_VERSION_INT 12 | ||
#define MINOR_VERSION_INT 4 | ||
#define UPDATE_VERSION_INT 2 | ||
#define UPDATE_VERSION_INT 3 | ||
#define RELEASE_VERSION_INT 0 | ||
#define EXTRAINFO "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="3656">T&ransactions</string> | ||
<string name="3657">Set Autocommit</string> | ||
<string name="3658">Isolation Level</string> | ||
<string name="3659">Start Transaction</string> | ||
<string name="3660">Commit</string> | ||
<string name="3661">Rollback</string> | ||
<string name="3662">Savepoint</string> | ||
<string name="3663">Repeatable Read</string> | ||
<string name="3664">Read Committed</string> | ||
<string name="3665">Read Uncommitted</string> | ||
<string name="3666">Serializable</string> | ||
<string name="3667">With no modifier</string> | ||
<string name="3668">With Consistent Snapshot</string> | ||
<string name="3669">Read only</string> | ||
<string name="3670">Read Write</string> | ||
<string name="3671">And Chain</string> | ||
<string name="3672">And No Chain</string> | ||
<string name="3673">Release</string> | ||
<string name="3674">No Release</string> | ||
<string name="3675">To Savepoint</string> | ||
<string name="3676">Transaction</string> | ||
<string name="3677">Create Savepoint</string> | ||
<string name="3678">Release Savepoint</string> | ||
<string name="3679">Commit Transaction</string> | ||
<string name="3680">Rollback Transaction</string> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="3656">&取引</string> | ||
<string name="3657">自動コミットを設定します。</string> | ||
<string name="3658">分離レベル</string> | ||
<string name="3659">トランザクション開始</string> | ||
<string name="3660">コミット</string> | ||
<string name="3661">ロールバック</string> | ||
<string name="3662">セーブポイント</string> | ||
<string name="3663">反復可能読み取り</string> | ||
<string name="3664">コミット読みます</string> | ||
<string name="3665">非コミット読み取り</string> | ||
<string name="3666">直列化可能</string> | ||
<string name="3667">無修飾剤</string> | ||
<string name="3668">一貫性のあるスナップショットと</string> | ||
<string name="3669">読み取り専用</string> | ||
<string name="3670">読み書き</string> | ||
<string name="3671">そしてチェーン</string> | ||
<string name="3672">そしてませチェーンはありません</string> | ||
<string name="3673">リリース</string> | ||
<string name="3674">いいえリリースはありません</string> | ||
<string name="3675">セーブポイントへ</string> | ||
<string name="3676">トランザクション</string> | ||
<string name="3677">セーブポイントを作成します。</string> | ||
<string name="3678">リリースセーブポイント</string> | ||
<string name="3679">トランザクションのコミット</string> | ||
<string name="3680">ロールバックトランザクション</string> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="3656">&업무</string> | ||
<string name="3657">자동 커밋 설정</string> | ||
<string name="3658">격리 수준</string> | ||
<string name="3659">시작 트랜잭션</string> | ||
<string name="3660">범하다</string> | ||
<string name="3661">롤백</string> | ||
<string name="3662">세이브 포인트</string> | ||
<string name="3663">반복 읽기</string> | ||
<string name="3664">커밋 된 읽기</string> | ||
<string name="3665">커밋되지 않은 읽기</string> | ||
<string name="3666">직렬화</string> | ||
<string name="3667">없는 수정과</string> | ||
<string name="3668">일관된 스냅 샷으로</string> | ||
<string name="3669">읽기 전용</string> | ||
<string name="3670">읽기 쓰기</string> | ||
<string name="3671">그리고 체인</string> | ||
<string name="3672">그리고 어떤 체인 없음</string> | ||
<string name="3673">해제</string> | ||
<string name="3674">어떤 자료 없음</string> | ||
<string name="3675">세이브 포인트하려면</string> | ||
<string name="3676">트랜잭션</string> | ||
<string name="3677">세이브 포인트를 만들기</string> | ||
<string name="3678">릴리스 세이브 포인트</string> | ||
<string name="3679">트랜잭션을 커밋</string> | ||
<string name="3680">롤백 트랜잭션</string> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.