Skip to content

Commit

Permalink
new version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Mar 25, 2024
1 parent 3692da6 commit 1d5a6ad
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 166 deletions.
120 changes: 60 additions & 60 deletions source/jdbcDriverOOo/resource/Driver_en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@

11300=%s: creating <Statement>.
11301=%s: created <Statement>, id: %s
11302=%s: creating <PreparedStatement> for query: %s
11302=%s: creating <PreparedStatement> for query: <%s>.
11303=%s: created <PreparedStatement>, id: %s
11304=%s: creating <CallableStatement> for query: %s
11304=%s: creating <CallableStatement> for query: <%s>.
11305=%s: created <CallableStatement>, id: %s
11306=%s: closing/disposing Statement.

Expand All @@ -69,8 +69,8 @@
11321=%s: executeQuery: %s
11322=%s: executeUpdate: %s

11325=%s: getGeneratedValues retrieving table <%s> in query: %s
11326=%s: getGeneratedValues compose the query: %s
11325=%s: getGeneratedValues retrieving table <%s> in query: <%s>.
11326=%s: getGeneratedValues compose the query: <%s>.
11327=%s: gets a ResultSet of generated values having %s columns: <%s>.
11328=%s: ERROR while executing getGeneratedValues, message is: %s.

Expand Down Expand Up @@ -118,49 +118,49 @@
11501=%s: created <TableContainer>, id: %s
11502=%s: closing/disposing TableContainer.

11510=%s: create table <%s> with query: %s.
11511=%s: ERROR while creating table <%s> with query: %s.
11512=%s: remove table <%s> with query: %s.
11513=%s: ERROR while removing table <%s> with query: %s.
11510=%s: create table <%s> with query: <%s>.
11511=%s: ERROR while creating table <%s> with query: <%s>.
11512=%s: remove table <%s> with query: <%s>.
11513=%s: ERROR while removing table <%s> with query: <%s>.

11600=%s: creating <Table>
11601=%s: created <Table>, id: %s
11602=%s: closing/disposing Table.

11605=%s: rename table <%s> with query: %s.
11606=%s: ERROR while renaming table <%s> with query: %s.
11605=%s: rename table <%s> with query: <%s>.
11606=%s: ERROR while renaming table <%s> with query: <%s>.
11607=ERROR while renaming table <%s> the underlying driver does not support this feature.
11608=ERROR while renaming table <%s> it cannot be found!!!
11609=ERROR while renaming table <%s> operation canceled!!!
11610=ERROR while renaming table <%s> the new name <%s> is conflicting and makes the operation impossible.
11611=ERROR while renaming table <%s>, underlying driver does not allow catalog / schema switching.

11615=%s: alter table <%s> with query: %s.
11616=%s: ERROR while altering table <%s> with query: %s.
11615=%s: alter table <%s> with query: <%s>.
11616=%s: ERROR while altering table <%s> with query: <%s>.
11617=ERROR while switching identity on column <%s>, underlying driver does not allow column identity switching.

11620=%s: add column <%s> on table <%s> with query: %s.
11621=%s: ERROR while adding column <%s> on table <%s> with query: %s.
11620=%s: add column <%s> on table <%s> with query: <%s>.
11621=%s: ERROR while adding column <%s> on table <%s> with query: <%s>.
11622=ERROR while switching type on column <%s>, underlying driver does not allow column type switching.
11623=%s: remove column <%s> on table <%s> with query: %s.
11624=%s: ERROR while removing column <%s> on table <%s> with query: %s.
11623=%s: remove column <%s> on table <%s> with query: <%s>.
11624=%s: ERROR while removing column <%s> on table <%s> with query: <%s>.

11630=%s: creating <KeyContainer>.
11631=%s: created <KeyContainer>, id: %s
11632=%s: closing/disposing KeyContainer.

11640=%s: create primary key <%s> on table <%s> with query: %s.
11641=%s: ERROR while creating primary key <%s> on table <%s> with query: %s.
11642=%s: remove primary key <%s> on table <%s> with query: %s.
11643=%s: ERROR while removing primary key <%s> on table <%s> with query: %s.
11640=%s: create primary key <%s> on table <%s> with query: <%s>.
11641=%s: ERROR while creating primary key <%s> on table <%s> with query: <%s>.
11642=%s: remove primary key <%s> on table <%s> with query: <%s>.
11643=%s: ERROR while removing primary key <%s> on table <%s> with query: <%s>.

11645=ERROR while creating primary key on table <%s>, underlying driver does not allow primary key creation.
11646=ERROR while deleting primary key on table <%s>, underlying driver does not allow deletion of primary key.

11650=%s: create foreign key <%s> on table <%s> with query: %s.
11651=%s: ERROR while creating foreign key <%s> on table <%s> with query: %s.
11652=%s: remove foreign key <%s> on table <%s> with query: %s.
11653=%s: ERROR while removing foreign key <%s> on table <%s> with query: %s.
11650=%s: create foreign key <%s> on table <%s> with query: <%s>.
11651=%s: ERROR while creating foreign key <%s> on table <%s> with query: <%s>.
11652=%s: remove foreign key <%s> on table <%s> with query: <%s>.
11653=%s: ERROR while removing foreign key <%s> on table <%s> with query: <%s>.

11655=ERROR while creating foreign key on table <%s>, underlying driver does not allow foreign key creation.
11656=ERROR while deleting foreign key on table <%s>, underlying driver does not allow deletion of foreign key.
Expand All @@ -169,88 +169,88 @@
11661=%s: created <IndexContainer>, id: %s
11662=%s: closing/disposing IndexContainer.

11670=%s: create index <%s> on table <%s> with query: %s.
11671=%s: ERROR while creating index <%s> on table <%s> with query: %s.
11672=%s: remove index <%s> on table <%s> with query: %s.
11673=%s: ERROR while removing index <%s> on table <%s> with query: %s.
11670=%s: create index <%s> on table <%s> with query: <%s>.
11671=%s: ERROR while creating index <%s> on table <%s> with query: <%s>.
11672=%s: remove index <%s> on table <%s> with query: <%s>.
11673=%s: ERROR while removing index <%s> on table <%s> with query: <%s>.

11700=%s: creating <ViewContainer>.
11701=%s: created <ViewContainer>, id: %s
11702=%s: closing/disposing ViewContainer.

11710=%s: create view <%s> with query: %s.
11711=%s: ERROR while creating view <%s> with query: %s.
11712=%s: remove view <%s> with query: %s.
11713=%s: ERROR while removing view <%s> with query: %s.
11710=%s: create view <%s> with query: <%s>.
11711=%s: ERROR while creating view <%s> with query: <%s>.
11712=%s: remove view <%s> with query: <%s>.
11713=%s: ERROR while removing view <%s> with query: <%s>.

11800=%s: creating <View>
11801=%s: created <View>, id: %s
11802=%s: closing/disposing View.

11805=%s: rename view <%s> with query: %s.
11806=%s: ERROR while renaming view <%s> with query: %s.
11805=%s: rename view <%s> with query: <%s>.
11806=%s: ERROR while renaming view <%s> with query: <%s>.
11807=ERROR while renaming view <%s> the underlying driver does not support this feature.
11808=ERROR while renaming view <%s> it cannot be found!!!
11809=ERROR while renaming view <%s> operation canceled!!!
11810=ERROR while renaming view <%s> the new name <%s> is conflicting and makes the operation impossible.
11811=ERROR while renaming view <%s> the underlying driver does not allow catalog / schema switching.

11815=%s: alter view <%s> with query: %s.
11816=%s: ERROR while altering view <%s> with query: %s.
11815=%s: alter view <%s> with query: <%s>.
11816=%s: ERROR while altering view <%s> with query: <%s>.

12000=%s: creating <UserContainer>.
12001=%s: created <UserContainer>, id: %s
12002=%s: closing/disposing UserContainer.

12010=%s: create User <%s> with query: %s.
12011=%s: ERROR while creating User <%s> with query: %s.
12012=%s: remove User <%s> with query: %s.
12013=%s: ERROR while creating User <%s> with query: %s.
12010=%s: create User <%s> with query: <%s>.
12011=%s: ERROR while creating User <%s> with query: <%s>.
12012=%s: remove User <%s> with query: <%s>.
12013=%s: ERROR while creating User <%s> with query: <%s>.

12100=%s: creating <GroupContainer>.
12101=%s: created <GroupContainer>, id: %s
12102=%s: closing/disposing GroupContainer.

12110=%s: create Group <%s> with query: %s.
12111=%s: ERROR while creating Group <%s> with query: %s.
12112=%s: remove Group <%s> with query: %s.
12113=%s: ERROR while creating Group <%s> with query: %s.
12110=%s: create Group <%s> with query: <%s>.
12111=%s: ERROR while creating Group <%s> with query: <%s>.
12112=%s: remove Group <%s> with query: <%s>.
12113=%s: ERROR while creating Group <%s> with query: <%s>.

12200=%s: creating <User>.
12201=%s: created <User>, id: %s
12202=%s: closing/disposing User.

12210=%s: <%s> grant privilege to <%s> with query: %s.
12211=%s: ERROR while granting privilege to <%> with query: %s.
12210=%s: <%s> grant privilege to <%s> with query: <%s>.
12211=%s: ERROR while granting privilege to <%> with query: <%s>.

12220=%s: <%s> revoke privilege to <%s> with query: %s.
12221=%s: ERROR while revoking privilege to <%> with query: %s.
12220=%s: <%s> revoke privilege to <%s> with query: <%s>.
12221=%s: ERROR while revoking privilege to <%> with query: <%s>.

12300=%s: creating <Group>.
12301=%s: created <Group>, id: %s
12302=%s: closing/disposing Group.

12310=%s: <%s> grant privilege to <%s> with query: %s.
12311=%s: ERROR while granting privilege to <%> with query: %s.
12310=%s: <%s> grant privilege to <%s> with query: <%s>.
12311=%s: ERROR while granting privilege to <%> with query: <%s>.

12320=%s: <%s> revoke privilege to <%s> with query: %s.
12321=%s: ERROR while revoking privilege to <%> with query: %s.
12320=%s: <%s> revoke privilege to <%s> with query: <%s>.
12321=%s: ERROR while revoking privilege to <%> with query: <%s>.

12400=%s: creating <Users>.
12401=%s: created <Users>, id: %s
12402=%s: closing/disposing Users.

12410=%s: create User <%s> with query: %s.
12411=%s: ERROR while creating User <%s> with query: %s.
12412=%s: remove User <%s> with query: %s.
12413=%s: ERROR while creating User <%s> with query: %s.
12410=%s: create User <%s> with query: <%s>.
12411=%s: ERROR while creating User <%s> with query: <%s>.
12412=%s: remove User <%s> with query: <%s.
12413=%s: ERROR while creating User <%s> with query: <%s>.

12500=%s: creating <Groups>.
12501=%s: created <Groups>, id: %s
12502=%s: closing/disposing Groups.

12510=%s: create Group <%s> with query: %s.
12511=%s: ERROR while creating Group <%s> with query: %s.
12512=%s: remove Group <%s> with query: %s.
12513=%s: ERROR while creating Group <%s> with query: %s.
12510=%s: create Group <%s> with query: <%s>.
12511=%s: ERROR while creating Group <%s> with query: <%s>.
12512=%s: remove Group <%s> with query: <%s.
12513=%s: ERROR while creating Group <%s> with query: <%s>.

Loading

0 comments on commit 1d5a6ad

Please sign in to comment.