Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ News about ezSQL3 are available at http://stefanie-stoelting.de/ezsql3-news.html

Update (Postgress SQL Version)

- Our old friend Tom De Bruyne as updated the postgress
- Our old friend Tom De Bruyne as updated the postgres
version.

1) It now works without throwing errors (also thanks Geert Nijpels)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ For the functions **usage/docs** see [ezFunctions.php](https://github.com/ezSQL/

## Contributing

Contributions are encouraged and welcome; I am always happy to get feedback or pull requests on Github :) Create [Github Issues](https://github.com/ezSQL/ezsql/issues) for bugs and new features and comment on the ones you are interested in.
Contributions are encouraged and welcome; I am always happy to get feedback or pull requests on GitHub :) Create [GitHub Issues](https://github.com/ezSQL/ezsql/issues) for bugs and new features and comment on the ones you are interested in.

## License

Expand Down
2 changes: 1 addition & 1 deletion WIKI.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ $db->get_col – get one column from query (or previously cached results) based

**$db->get_col**( string query / null [, int column offset] )

**$db->get_col**() extracts one column as one dimensional array based on a column offset. If no offset is supplied the offset will defualt to column 0. I.E the first column. If a null query is supplied the previous query results are used.
**$db->get_col**() extracts one column as one dimensional array based on a column offset. If no offset is supplied the offset will default to column 0. I.E the first column. If a null query is supplied the previous query results are used.

Example 1

Expand Down