-
### Issue description
CREATE SCHEMA mySchema;
CREATE COLUMN TABLE mySchema.SEARCH_TEXT( Content VARCHAR(20), Descrip VARCHAR(20), Comment VARCHAR(20) );
INSERT INTO mySchema.SEARCH_TEXT VALUES(…
-
If sap_hana_install_create_initial_tenant is set to n, the task "SAP HANA Post Install - Set log_mode to overwrite" (post_install/log_mode.yml) fails because the "ALTER SYSTEM ALTER CONFIGURATION"-Com…
-
Hi folks! First of all, thanks for this incredible lib, it's really helpful and I'm using it on my projects.
Recently, I've requested to develop a connector to a SAP HANA database. While investigat…
-
In the composer.json file is call map used for autoloading:
```json
"autoload": {
"classmap": [
"src"
]
},
```
I would recommend to use PSR-4 for follwing reasons:
- Lavarel standa…
-
```
What steps will reproduce the problem?
1. Connect to a SAP HANA database and select columns which include a timestamp
e.g. This example should work on any HANA instance
cur.execute('select END_…
-
```
What steps will reproduce the problem?
1. Connect to a SAP HANA database and select columns which include a timestamp
e.g. This example should work on any HANA instance
cur.execute('select END_…
-
Many experts add value to projects and teams by providing know-how beyond specific SAP products. Putting a fixed drop-down selection list in place severely limits what expertise one can put in there.
…
-
* option for setting external target database (not integrated PostgresDB)
-
### Description
The generated statement for executing a procedure in HANA should be:
CALL "SCHEMA_NAME"."PROCEDURE_NAME"(
IN_PARAM1 => ''/**/,
IN_PARAM2 => /**/,
IN_PARAM3 => /**/,
IN_PARAM4…
-
### Description
We have a CAP-Java based multi-tenant application.
We have cf-jobscheduler service with standard plan which we have defined in [mat.yaml](https://github.tools.sap/ComplaintHandling…