Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tables
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
Container Registry
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
grifart libs
tables
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
0.9.0
Select Git revision
Branches
6
0.10.x
24-fix-annotated-exception
6-another-draft-of-in-line-table-factory
master
default
protected
to-array-support-for-builders
wip-type-object
Tags
20
0.11.2
0.11.1
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
0.9.0-beta.3
0.9.0-beta.2
0.9.0-beta.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
26 results
Begin with the selected commit
Created with Raphaël 2.2.0
28
Mar
20
3
20
Feb
12
10
5
23
Oct
16
Jul
15
20
Mar
18
10
Aug
28
Jul
23
May
11
10
22
Mar
21
13
Jan
12
11
Nov
7
4
28
Mar
28
Jan
27
3
29
Dec
28
27
22
21
20
16
15
14
13
6
3
9
Jun
1
28
May
1
Feb
11
Jan
2
Dec
30
Nov
30
Oct
29
9
1
Sep
5
Aug
30
Jul
22
5
Dec
4
23
Oct
22
Merge branch 'new-table-methods' into 'master'
0.11.2 master
0.11.2 master
add test for upsert()
add Table::deleteAndGet() for situations where you need to delete a row by its PK and then further act upon its data
Table: add upsert operation
Table: add methods that directly return the affected row
Table: add bulk operations
Merge branch '6-configurable-connection' into 'master'
0.11.1
0.11.1
make factory generation opt-in instead of opt-out
add generated TableFactory that can create Tables with custom Connection or TableManager
extract TableManager interface
make TableManager's connection configurable for blocks of code
fix readme
Merge branch '27-explicit-nullability' into 'master'
0.11.0
0.11.0
add docs
handle null values in non-nullable positions within complex types
Make nullability explicit (not only) in ArrayType and CompositeType
Merge branch '29-restructure-find-methods' into 'master'
rename (get|find)OneBy to (get|find)UniqueBy so that the intended use is clearer
internally restructure count checks
draft: in-line table factory (does not seem that good after deeper inspection)
6-another-draft…
6-another-draft-of-in-line-table-factory
add docs
Provide a wider selection of querying methods in Table.
Merge branch 'update' into 'master'
temporarily ignore error that will be fixed shortly
fix new/edit method typehint if column value type is mixed
chore: add docker-compose for local development
chore: freshen this package up
fix empty orderBy on newer postgres versions
0.10.3 0.10.x
0.10.3 0.10.x
Merge branch 'fix-empty-orderby' into 'master'
fix empty orderBy on newer postgres versions
Merge branch 'generated' into 'master'
add support for generated columns
Merge branch 'ci-php-versions' into 'master'
ci: test on all supported versions of php
Merge branch 'default-value-prototype' into 'master'
update docs
bring back save() method in place of insertOrUpdate()
Table: document thrown exceptions
refactor table implementation
use constants for DefaultValue / Unchanged
Loading