openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
SQL-Translator
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 12, 2024 — Aug 12, 2025
Showing page 69 of 72
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
:)
Mikey Melillo
More...
over 22 years ago
added need for Excel Spreadsheet parser module which I will write in the near future per Darren's request
Mikey Melillo
More...
over 22 years ago
- load now sets $ERROR on failure.
Darren Chamberlain
More...
over 22 years ago
Added SQLite producer and Utils.
Darren Chamberlain
More...
over 22 years ago
Added Utils package with debug method, shared between MySQL and SQLite producers.
Darren Chamberlain
More...
over 22 years ago
Added code to kill field qualifiers in index field declarations.
Ken Youens-Clark
More...
over 22 years ago
Added SQLite producer, basic knock-off of MySQL producer, made some mods to MySQL producer to add "DROP TABLE" statements, fixed POD a bit.
Ken Youens-Clark
More...
over 22 years ago
Some minor mods to POD.
Ken Youens-Clark
More...
over 22 years ago
turning off debugging in t/08
Allen Day
More...
over 22 years ago
A README, which is required by CPAN.
Darren Chamberlain
More...
over 22 years ago
o Added bin/auto-dia.pl to scripts list
Darren Chamberlain
More...
over 22 years ago
Some doc changes; added Allen to AUTHORS section
Darren Chamberlain
More...
over 22 years ago
Handle "on [delete|update] action" differently
Ken Youens-Clark
More...
over 22 years ago
Added more rule (alter table) to be able handle Chado schema.
Ken Youens-Clark
More...
over 22 years ago
Deleted "index" rules, allowed fore and aft comments in fields and table constraints (unique, PK, etc.).
Ken Youens-Clark
More...
over 22 years ago
Added t/08postgres-to-mysql.t
Darren Chamberlain
More...
over 22 years ago
Added production to field rule to handle embedded comments.
Ken Youens-Clark
More...
over 22 years ago
Added some documentation to PG and MySQL; the "eofile" rule to MySQL.
Ken Youens-Clark
More...
over 22 years ago
Mods to handles FK references.
Ken Youens-Clark
More...
over 22 years ago
A working PG parser!
Ken Youens-Clark
More...
over 22 years ago
i forget what i did, but i found more bugs. we need to be able to support 'varchar' as implying 'varchar(255)' for both field and index declarations. also 'double precision' as a synonym for 'double'. also, mysql doesn't support boolean datatype, but postgres does, so we need to find a way to deal with this.
Allen Day
More...
over 22 years ago
BUG. the parser cannot handle 'precision' as a qualifier for 'double'. this also applies to the mysql parser.
Allen Day
More...
over 22 years ago
added a serial->int auto_increment fix, a varchar->varchar(255) workaround.
Allen Day
More...
over 22 years ago
moving files around per ky's request
Allen Day
More...
over 22 years ago
here is the pgsql test script. NOTE: it will not work right now b/c i've just changed ::PostGreSQL to ::PostgreSQL, but haven't renamed the module itself yet. will do so later this morning, unless someone beats me to it :-)
Allen Day
More...
over 22 years ago
Added new files to MANIFEST.
Darren Chamberlain
More...
over 22 years ago
an adaptor for postgres. this works, but i think my primary key and foreign key parses are hackish. they require the pk/fk clause _right_after_ the field declaration, which i don't think is how postgres requires it.
Allen Day
More...
over 22 years ago
added Class::Base preq
Allen Day
More...
over 22 years ago
Lots o' bug fixes. Added "join-pk-only" option.
Ken Youens-Clark
More...
over 22 years ago
Made it better.
Ken Youens-Clark
More...
over 22 years ago
←
1
2
…
64
65
66
67
68
69
70
71
72
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree