Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blendb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pdts20
blendb
Commits
e60dbecd
Commit
e60dbecd
authored
6 years ago
by
Lucas Fernandes de Oliveira
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue/96' into 'develop'
Issue
#96
: Update docs from adapter See merge request
!85
parents
94cf2a76
72e70af1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/adapter/monet.ts
+1
-0
1 addition, 0 deletions
src/adapter/monet.ts
src/adapter/postgres.ts
+1
-0
1 addition, 0 deletions
src/adapter/postgres.ts
src/core/adapter.ts
+1
-0
1 addition, 0 deletions
src/core/adapter.ts
with
3 additions
and
0 deletions
src/adapter/monet.ts
+
1
−
0
View file @
e60dbecd
...
...
@@ -145,6 +145,7 @@ export class MonetAdapter extends SQLAdapter {
/**
* Asynchronously insert one register into a given Source.
* @param source - Insertion "location".
* @param data - Data to be inserted.
* @param cb - Callback function which contains the query result.
* @param cb.error - Error information when the method fails.
* @param cb.result - Query result.
...
...
This diff is collapsed.
Click to expand it.
src/adapter/postgres.ts
+
1
−
0
View file @
e60dbecd
...
...
@@ -77,6 +77,7 @@ export class PostgresAdapter extends SQLAdapter {
/**
* Asynchronously insert one register into a given Source.
* @param source - Insertion "location".
* @param data - Data to be inserted.
* @param cb - Callback function which contains the query result.
* @param cb.error - Error information when the method fails.
* @param cb.result - Query result.
...
...
This diff is collapsed.
Click to expand it.
src/core/adapter.ts
+
1
−
0
View file @
e60dbecd
...
...
@@ -39,6 +39,7 @@ export abstract class Adapter {
/**
* Asynchronously insert one register into a given Source.
* @param source - Insertion "location".
* @param data - Data to be inserted.
* @param cb - Callback function which contains the query result.
* @param cb.error - Error information when the method fails.
* @param cb.result - Query result.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment