Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing PhpDoc #443

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

connorhu
Copy link
Contributor

@connorhu connorhu commented Mar 1, 2024

My goal is to have phpdoc

  • before each class: DQL function syntax (like ORM does), DQL example and link
  • type definition for each property, based on what the parser function returns

This will later make it easier to create parser implementation traits.

  • Postgres

Oracle

  • Oracle/Ceil.php
  • Oracle/Day.php
  • Oracle/Floor.php
  • Oracle/Hour.php
  • Oracle/Listagg.php
  • Oracle/Minute.php
  • Oracle/Month.php
  • Oracle/Nvl.php
  • Oracle/Second.php
  • Oracle/ToChar.php
  • Oracle/ToDate.php
  • Oracle/Trunc.php
  • Oracle/Year.php

Sqlite

  • Sqlite/AbstractStrfTime.php
  • Sqlite/ConcatWs.php
  • Sqlite/Date.php
  • Sqlite/DateFormat.php
  • Sqlite/Day.php
  • Sqlite/Greatest.php
  • Sqlite/Hour.php
  • Sqlite/IfElse.php
  • Sqlite/IfNull.php
  • Sqlite/JulianDay.php
  • Sqlite/Least.php
  • Sqlite/Minute.php
  • Sqlite/Month.php
  • Sqlite/NumberFromStrfTime.php
  • Sqlite/Random.php
  • Sqlite/Replace.php
  • Sqlite/Round.php
  • Sqlite/Second.php
  • Sqlite/StrfTime.php
  • Sqlite/Week.php
  • Sqlite/WeekDay.php
  • Sqlite/Year.php

Mysql

  • Mysql/A*
  • Mysql/B*
  • Mysql/C*
  • Mysql/D*
  • Mysql/E*
  • Mysql/F*
  • Mysql/G*
  • Mysql/H*
  • Mysql/I*
  • Mysql/J*
  • Mysql/L*
  • Mysql/M*
  • Mysql/N*
  • Mysql/Over.php
  • Mysql/P*
  • Mysql/Quarter.php
  • Mysql/R*
  • Mysql/SecToTime.php
  • Mysql/Second.php
  • Mysql/Sha1.php
  • Mysql/Sha2.php
  • Mysql/Sin.php
  • Mysql/Soundex.php
  • Mysql/Std.php
  • Mysql/StdDev.php
  • Mysql/StrToDate.php
  • Mysql/SubstringIndex.php
  • Mysql/T*
  • Mysql/U*
  • Mysql/Variance.php
  • Mysql/W*
  • Mysql/Y*

@connorhu connorhu marked this pull request as draft March 1, 2024 09:22
@connorhu connorhu force-pushed the fix/phpdoc-improvements branch 10 times, most recently from 6db19cb to a6be51c Compare March 1, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant