Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
activerecord-monetdb-adapter
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
simcaq
activerecord-monetdb-adapter
Graph
b713f8a62b0f2aa8a600e1f8ce44b9e96de15f8e
Select Git revision
Branches
3
data_base_statements
fix_adapter
master
default
protected
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
1
Nov
16
Jun
10
9
8
30
May
24
23
20
6
Aug
16
May
21
Nov
5
1
14
Aug
9
7
2
31
Jul
9
Aug
26
Jul
Add README.md
master
master
Fix spacing in the README
fix_adapter
fix_adapter
Add README
Add initial tests for schema creation and querying
Fix primary key type; implement primary_key method; add logger for debugging
Implement columns method in SchemaStatements
Cleanup MonetDBAdapter::SchemaCreation class
Fix select_rows and exec_query functions; add logging for debug
Fix quoting column names
Fix gemspec file list
Fix select_rows method
Fix select_rows in SchemaStatements
Implement select_rows method in SchemaStatements
Implement tables method in SchemaStatements
Fix MonetDBAdapter object instantiation
Update Gemfile
Replace connect method with conn
Fix missing constant MonetDB::DEFAULT_LANG
Fix parameter passing in the connection
Remove to_s in config(:port).delete
Remove logging config in monetdb_adapter
Revert change in port conversion
Fix port conversion to integer in monetdb_adapter
Fix connection setup in monetdb_adapter
Fix typo in config[:auth_type]
Fix parameter handling in monetdb_adapter
Fix instantiation of MonetDB class
Add activerecord-monetdb-adapter to load the adapter dependencies
Fix URI in the gemspec
Implement basic functions for MonetDB::DatabaseStatements
Implement exec_delete and exec_update methods
data_base_state…
data_base_statements
Implement exec_insert method
Implement exec_query method
Fix error when importing class SchemaCreation
Implement execute method
Add more info about the project
Add list of methods to be implemented
Clean up monetdb_adapter
Add DatabaseStatements module
Add quoting module
Loading