Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mappi-cursor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Jan Kuchař
mappi-cursor
Commits
3916cd5d
Commit
3916cd5d
authored
8 years ago
by
Jan Kuchař
Browse files
Options
Downloads
Patches
Plain Diff
Updated docblock
parent
74c8e52e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/PostgresDriver/Cursor.php
+3
-2
3 additions, 2 deletions
src/PostgresDriver/Cursor.php
with
3 additions
and
2 deletions
src/PostgresDriver/Cursor.php
+
3
−
2
View file @
3916cd5d
...
...
@@ -10,7 +10,9 @@ use Dibi\Connection;
/**
* PostgreSQL cursor driver
*
* Basic envelope over postgres' cursor, without proper check for edge cases.
* Basic envelope over PostgreSQL's cursor. This cursor envelope does not know
* cursor position, thus cannot do boundary checks. If you reach end, you simply
* get no more values.
*
* @package Grifart\Mappi\Store\PostgresDriver
*/
...
...
@@ -41,7 +43,6 @@ class Cursor implements ICursor
return
$this
->
name
;
}
public
function
moveTo
(
int
$index
)
{
$result
=
$this
->
getConnection
()
->
query
(
...
...
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