Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Querybuilder
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
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
pydisk
Querybuilder
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
features/dialect-specifics
Select Git revision
Branches
20
49-concurrent-bulk-insert-for-sqlite-with-attached-database
design/schema/202303-draft
features/connected_queries
features/dialect-specifics
features/helpers
features/logger_tqdm
features/postgresql
features/postgresql-2
features/postgresql_autoload_schema
features/sqlite_macro_test
features/table-getters
features/triggers
hotfix-compress-column
hotfix-encoding_placeholder_values
hotfix/limit+offset
integrate_postgresql_service
master
default
protected
optimization/misc
refactoring/tokenization
refactoring/tokenization-generic_visitor
Tags
2
merge
dead
22 results
Begin with the selected commit
Created with Raphaël 2.2.0
3
Sep
2
1
Jul
14
Jun
12
19
Dec
18
13
25
Oct
24
23
18
17
13
12
5
4
3
29
Sep
28
21
18
30
Aug
29
28
27
25
28
Jul
27
25
24
21
20
19
18
17
13
12
11
10
7
6
5
4
29
Jun
28
27
26
23
21
19
16
15
14
13
12
9
8
7
6
5
4
2
1
31
May
30
26
25
24
22
16
15
12
11
9
5
4
3
2
26
Apr
25
24
22
21
19
18
17
15
14
7
6
5
4
3
31
Mar
30
29
28
27
23
22
21
20
15
14
6
Feb
1
27
Jan
26
12
4
27
Dec
23
21
20
12
11
10
9
6
17
Nov
16
fix ci/cd
49-concurrent-b…
49-concurrent-bulk-insert-for-sqlite-with-attached-database
relations: to_table method, no TableAs class.
columns: to_tablecolumn method
fix typing
fix test type test
attach/detach: fix Detach and detach method in Attach class
features/dialec…
features/dialect-specifics
sqlite.specifics: restructure files (subdir), tokenize, attach/detach
Merge branch 'hotfix/coalesce' into 'master'
master
master
Merge branch 'master' into features/helpers
features/helpers
features/helpers
Merge branch 'hotfix/fix_check_in_ColumnSpec' into 'master'
Hotfix/fix check in column spec
Merge branch 'setup/ruff-per-file-ignore-config' into 'master'
Setup/ruff per file ignore config
ruff
hotfix/limit+of…
hotfix/limit+offset
fix bug of limit+offset (order, and sqlite LIMIT -1 workaround)
coalesce: use Coalesce class, handle pre_tuples
columns: coalesce method
Merge branch 'master' into features/helpers
Merge branch 'features/more_with_recursive' into features/helpers
Merge branch 'cicd' into 'master'
Cicd
ruff
features/table-…
features/table-getters
ruff
ruff
ruff
optimization/misc
optimization/misc
ruff
features/connec…
features/connected_queries
connected_queries: more and state (_current_offset…)
connected_queries: ConnectedQuery and IterableQuery
dql: count and as_aliased (and ruff)
transaction_manager: detail about missing parameters
stores: optimization for frozenmap init from frozenmap
decompose to_(table|named)_columns with _get_* methods
helpers: ColumnSpec accepting None as default, for not None-typed columns
with_recursive_relation helper: minor code improvement
helpers: relations (named_relation and with_recursive_relation helpers)
WITH RECURSIVE building: allowing UNION ALL when built from base and rule
rename accumulator to visitor everywhere
with_recursive_relation helper: minor code improvement
build_recursive_with: documentation improved, with better examples/doctest and related
helpers: relations (named_relation and with_recursive_relation helpers)
Loading