mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
Remove trailing whitespace.
This commit is contained in:
parent
d5a56f6b8c
commit
91e49cefd4
@ -118,7 +118,7 @@ class DbImpl extends Db
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* function to close the cursor after having fetched rows
|
* function to close the cursor after having fetched rows
|
||||||
*
|
*
|
||||||
* @param object $result Query result object or null to use the current one
|
* @param object $result Query result object or null to use the current one
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -117,7 +117,7 @@ class DbImpl extends Db
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* function to close the cursor after having fetched rows
|
* function to close the cursor after having fetched rows
|
||||||
*
|
*
|
||||||
* @param object $result Query result object or null to use the current one
|
* @param object $result Query result object or null to use the current one
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-- I created a new sql file because oracle does not allow boolean type
|
-- I created a new sql file because oracle does not allow boolean type
|
||||||
-- so I used the type NUMBER(1) which is pretty similar
|
-- so I used the type NUMBER(1) which is pretty similar
|
||||||
|
|
||||||
CREATE TABLE clients (
|
CREATE TABLE clients (
|
||||||
id INT NOT NULL,
|
id INT NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user